Searched refs:X509V3_get_d2i (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | x509_ext.c | 97 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx); in X509_CRL_get_ext_d2i() 149 return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx); in X509_get_ext_d2i() 197 return X509V3_get_d2i(x->extensions, nid, crit, idx); in X509_REVOKED_get_ext_d2i()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_lib.c | 232 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, in X509V3_get_d2i() function
|
D | v3_utl.c | 599 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL); in STACK_OF()
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 661 OPENSSL_EXPORT void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx);
|