Home
last modified time | relevance | path

Searched refs:X509V3_EXT_d2i (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/x509v3/
Dv3_lib.c129 void *X509V3_EXT_d2i(X509_EXTENSION *ext) in X509V3_EXT_d2i() function
201 return X509V3_EXT_d2i(found_ex); in X509V3_get_d2i()
Dv3_akey.c141 ikeyid = X509V3_EXT_d2i(ext); in v2i_AUTHORITY_KEYID()
Dv3_alt.c274 || (ialt = X509V3_EXT_d2i(ext)) == NULL) { in copy_issuer()
/third_party/openssl/doc/man3/
DX509V3_get_d2i.pod6 X509V3_get_d2i, X509V3_add1_i2d, X509V3_EXT_d2i, X509V3_EXT_i2d,
20 void *X509V3_EXT_d2i(X509_EXTENSION *ext);
55 X509V3_EXT_d2i() attempts to decode the ASN.1 data contained in extension
198 X509V3_EXT_d2i() and *X509V3_get_d2i() return a pointer to an extension
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c211 akid = (AUTHORITY_KEYID *)X509V3_EXT_d2i(ext); in lws_tls_openssl_cert_info()
240 akid = (AUTHORITY_KEYID *)X509V3_EXT_d2i(ext); in lws_tls_openssl_cert_info()
291 akid = (AUTHORITY_KEYID *)X509V3_EXT_d2i(ext); in lws_tls_openssl_cert_info()
/third_party/openssl/test/
Dct_test.c276 scts = X509V3_EXT_d2i(sct_extension); in execute_cert_test()
/third_party/node/src/
Dnode_crypto_common.cc493 GENERAL_NAMES* names = static_cast<GENERAL_NAMES*>(X509V3_EXT_d2i(ext)); in SafeX509ExtPrint()
752 GENERAL_NAMES* names = static_cast<GENERAL_NAMES*>(X509V3_EXT_d2i(ext)); in SafeX509SubjectAltNamePrint()
782 static_cast<AUTHORITY_INFO_ACCESS*>(X509V3_EXT_d2i(ext)); in SafeX509InfoAccessPrint()
/third_party/openssl/include/openssl/
Dx509v3.h625 void *X509V3_EXT_d2i(X509_EXTENSION *ext);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2162 #define X509V3_EXT_d2i BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509V3_EXT_d2i) macro
/third_party/openssl/util/
Dlibcrypto.num2722 X509V3_EXT_d2i 2686 1_1_0 EXIST::FUNCTION:
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md2515 …https://github.com/nodejs/node/commit/be4e809af2)] - **crypto**: use X509V3_EXT_d2i (David Benjami…
DCHANGELOG_V6.md1217 …https://github.com/nodejs/node/commit/af63b38142)] - **crypto**: use X509V3_EXT_d2i (David Benjami…