Searched refs:X509V3_EXT_d2i (Results 1 – 13 of 13) sorted by relevance
129 void *X509V3_EXT_d2i(X509_EXTENSION *ext) in X509V3_EXT_d2i() function201 return X509V3_EXT_d2i(found_ex); in X509V3_get_d2i()
165 ikeyid = X509V3_EXT_d2i(ext); in v2i_AUTHORITY_KEYID()
354 || (ialt = X509V3_EXT_d2i(ext)) == NULL) { in copy_issuer()
5 X509V3_get_d2i, X509V3_add1_i2d, X509V3_EXT_d2i, X509V3_EXT_i2d,21 void *X509V3_EXT_d2i(X509_EXTENSION *ext);56 X509V3_EXT_d2i() attempts to decode the ASN.1 data contained in extension203 X509V3_get_d2i(), its variants, and X509V3_EXT_d2i() return
211 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()
82 pub fn X509V3_EXT_d2i(ext: *mut X509_EXTENSION) -> *mut c_void; in X509V3_EXT_d2i() function
493 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()
281 scts = X509V3_EXT_d2i(sct_extension); in execute_cert_test()
625 void *X509V3_EXT_d2i(X509_EXTENSION *ext);
687 void *X509V3_EXT_d2i(X509_EXTENSION *ext);
2627 X509V3_EXT_d2i 2686 3_0_0 EXIST::FUNCTION:
2515 …https://github.com/nodejs/node/commit/be4e809af2)] - **crypto**: use X509V3_EXT_d2i (David Benjami…
1217 …https://github.com/nodejs/node/commit/af63b38142)] - **crypto**: use X509V3_EXT_d2i (David Benjami…