Home
last modified time | relevance | path

Searched refs:X509V3_EXT_get (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_lib.c118 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) in X509V3_EXT_get() function
200 if(!(method = X509V3_EXT_get(ext))) return NULL; in X509V3_EXT_d2i()
Dv3_prn.c104 if(!(method = X509V3_EXT_get(ext))) in X509V3_EXT_print()
/external/webrtc/webrtc/base/
Dopenssladapter.cc751 const X509V3_EXT_METHOD* meth = X509V3_EXT_get(extension); in VerifyServerName()
/external/boringssl/src/include/openssl/
Dx509v3.h643 OPENSSL_EXPORT const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext);
/external/tlsdate/src/
Dtlsdate-helper-plan9.c546 if (!(method = X509V3_EXT_get(ext))) in check_san()
Dtlsdate-helper.c682 if (!(method = X509V3_EXT_get(ext))) in check_san()