Home
last modified time | relevance | path

Searched refs:der_buf (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/asn1/
H A Da_strex.c268 unsigned char *der_buf, *p; in do_dump() local
285 if ((der_buf = OPENSSL_malloc(der_len)) == NULL) in do_dump()
287 p = der_buf; in do_dump()
289 outlen = do_hex_dump(io_ch, arg, der_buf, der_len); in do_dump()
290 OPENSSL_free(der_buf); in do_dump()
/openssl/providers/implementations/kdfs/
H A Dx942kdf.c212 unsigned char *pcounter = NULL, *der_buf = NULL; in x942_encode_otherinfo() local
232 der_buf = OPENSSL_zalloc(der_buflen); in x942_encode_otherinfo()
233 if (der_buf == NULL) in x942_encode_otherinfo()
236 if (!der_encode_sharedinfo(&pkt, der_buf, der_buflen, cek_oid, cek_oid_len, in x942_encode_otherinfo()
246 if (WPACKET_get_curr(&pkt) != der_buf) in x942_encode_otherinfo()
260 *der = der_buf; in x942_encode_otherinfo()

Completed in 8 milliseconds