Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dx942kdf.c208 unsigned char *pcounter = NULL, *der_buf = NULL; in x942_encode_otherinfo() local
228 der_buf = OPENSSL_zalloc(der_buflen); in x942_encode_otherinfo()
229 if (der_buf == NULL) in x942_encode_otherinfo()
232 if (!der_encode_sharedinfo(&pkt, der_buf, der_buflen, cek_oid, cek_oid_len, in x942_encode_otherinfo()
242 if (WPACKET_get_curr(&pkt) != der_buf) in x942_encode_otherinfo()
256 *der = der_buf; in x942_encode_otherinfo()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c269 unsigned char *der_buf, *p; in do_dump() local
286 if ((der_buf = OPENSSL_malloc(der_len)) == NULL) { in do_dump()
290 p = der_buf; in do_dump()
292 outlen = do_hex_dump(io_ch, arg, der_buf, der_len); in do_dump()
293 OPENSSL_free(der_buf); in do_dump()