Home
last modified time | relevance | path

Searched refs:der_buf (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/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()
289 p = der_buf; in do_dump()
291 outlen = do_hex_dump(io_ch, arg, der_buf, der_len); in do_dump()
292 OPENSSL_free(der_buf); in do_dump()
/third_party/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()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djws.c837 char der_buf[LWS_ARRAY_SIZE(rsa_cert)]; in test_jwt_RS256() local
839 (union lws_tls_cert_info_results *)der_buf; in test_jwt_RS256()
863 LWS_ARRAY_SIZE(der_buf) - sizeof(*der_info) + in test_jwt_RS256()

Completed in 6 milliseconds