Searched refs:X509v3_get_ext_by_NID (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/x509/ |
D | x509_ext.c | 76 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos)); in X509_CRL_get_ext_by_NID() 122 return(X509v3_get_ext_by_NID(x->cert_info->extensions,nid,lastpos)); in X509_get_ext_by_NID() 169 return(X509v3_get_ext_by_NID(x->extensions,nid,lastpos)); in X509_REVOKED_get_ext_by_NID()
|
D | x509_v3.c | 74 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, in X509v3_get_ext_by_NID() function
|
D | x509.h | 1034 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x,
|
/external/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 83 return(X509v3_get_ext_by_NID(x->tbsRequest->requestExtensions,nid,lastpos)); in OCSP_REQUEST_get_ext_by_NID() 131 return(X509v3_get_ext_by_NID(x->singleRequestExtensions,nid,lastpos)); in OCSP_ONEREQ_get_ext_by_NID() 179 return(X509v3_get_ext_by_NID(x->tbsResponseData->responseExtensions,nid,lastpos)); in OCSP_BASICRESP_get_ext_by_NID() 227 return(X509v3_get_ext_by_NID(x->singleExtensions,nid,lastpos)); in OCSP_SINGLERESP_get_ext_by_NID()
|
/external/openssl/crypto/x509v3/ |
D | v3_lib.c | 251 extidx = X509v3_get_ext_by_NID(*x, nid, -1); in X509V3_add1_i2d()
|
/external/openssl/include/openssl/ |
D | x509.h | 1034 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x,
|