Symbol: X509V3_get_d2i
lib/libcrypto/hidden/openssl/x509v3.h
153
LCRYPTO_USED(X509V3_get_d2i);
lib/libcrypto/ocsp/ocsp_ext.c
129
return X509V3_get_d2i(x->tbsRequest->requestExtensions, nid, crit, idx);
lib/libcrypto/ocsp/ocsp_ext.c
198
return X509V3_get_d2i(x->singleRequestExtensions, nid, crit, idx);
lib/libcrypto/ocsp/ocsp_ext.c
269
return X509V3_get_d2i(x->tbsResponseData->responseExtensions, nid,
lib/libcrypto/ocsp/ocsp_ext.c
339
return X509V3_get_d2i(x->singleExtensions, nid, crit, idx);
lib/libcrypto/ts/ts_req_utils.c
279
return X509V3_get_d2i(a->extensions, nid, crit, idx);
lib/libcrypto/ts/ts_rsp_utils.c
501
return X509V3_get_d2i(a->extensions, nid, crit, idx);
lib/libcrypto/x509/x509_ext.c
111
return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
lib/libcrypto/x509/x509_ext.c
183
return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx);
lib/libcrypto/x509/x509_ext.c
248
return X509V3_get_d2i(x->extensions, nid, crit, idx);
lib/libcrypto/x509/x509_lib.c
252
LCRYPTO_ALIAS(X509V3_get_d2i);
lib/libcrypto/x509/x509_utl.c
683
gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
lib/libcrypto/x509/x509v3.h
639
void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
regress/lib/libcrypto/x509/x509_extensions_test.c
246
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, NULL)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
282
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, NULL)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
317
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, NULL)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
450
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, &idx)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
470
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, &idx)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
512
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, &idx)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
553
if ((bc = X509V3_get_d2i(*extensions, nid, &crit, &idx)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
671
if ((ext = X509V3_get_d2i(NULL, NID_undef, NULL, NULL)) != NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
678
if (X509V3_get_d2i(NULL, NID_undef, &crit, &idx) != NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
746
if ((abs = X509V3_get_d2i(exts, nid, &crit, NULL)) != NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
763
if ((bc = X509V3_get_d2i(exts, nid, &crit, NULL)) != NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
781
if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
812
if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
843
if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) {
regress/lib/libcrypto/x509/x509_extensions_test.c
873
if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) != NULL) {