Home
last modified time | relevance | path

Searched refs:X509V3_get_d2i (Results 1 – 24 of 24) sorted by relevance

/openssl-master/crypto/x509/
A Dx509_ext.c52 return X509V3_get_d2i(x->crl.extensions, nid, crit, idx); in X509_CRL_get_ext_d2i()
104 return X509V3_get_d2i(x->cert_info.extensions, nid, crit, idx); in X509_get_ext_d2i()
152 return X509V3_get_d2i(x->extensions, nid, crit, idx); in X509_REVOKED_get_ext_d2i()
A Dv3_lib.c162 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit, in X509V3_get_d2i() function
A Dv3_utl.c484 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL); in STACK_OF()
/openssl-master/doc/man3/
A DX509V3_get_d2i.pod6 X509V3_get_d2i, X509V3_add1_i2d, X509V3_EXT_d2i, X509V3_EXT_i2d,
15 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
63 certificate B<x>, they are otherwise identical to X509V3_get_d2i() and
67 of CRL B<crl>, they are otherwise identical to X509V3_get_d2i() and
72 they are otherwise identical to X509V3_get_d2i() and X509V3_add_i2d().
107 The function X509V3_get_d2i() will return B<NULL> if the extension is not
198 X509V3_EXT_d2i() and *X509V3_get_d2i() return a pointer to an extension
A DX509_get0_uids.pod45 L<X509V3_get_d2i(3)>,
A DX509_get_serialNumber.pod54 L<X509V3_get_d2i(3)>,
A DX509_get_version.pod68 L<X509V3_get_d2i(3)>,
A DX509_verify.pod63 L<X509V3_get_d2i(3)>,
A DX509_get_pubkey.pod75 L<X509V3_get_d2i(3)>,
A DX509_get0_notBefore.pod84 L<X509V3_get_d2i(3)>,
A Di2d_re_X509_tbs.pod76 L<X509V3_get_d2i(3)>,
A DX509_CRL_get0_by_serial.pod103 L<X509V3_get_d2i(3)>,
A DX509_EXTENSION_set_object.pod85 L<X509V3_get_d2i(3)>
A DX509_new.pod80 L<X509V3_get_d2i(3)>,
A DX509_get_subject_name.pod100 L<X509V3_get_d2i(3)>,
A DX509_get0_signature.pod116 L<X509V3_get_d2i(3)>,
A DX509v3_get_ext_by_NID.pod136 L<X509V3_get_d2i(3)>
/openssl-master/crypto/ocsp/
A Docsp_ext.c59 return X509V3_get_d2i(x->tbsRequest.requestExtensions, nid, crit, idx); in OCSP_REQUEST_get1_ext_d2i()
111 return X509V3_get_d2i(x->singleRequestExtensions, nid, crit, idx); in OCSP_ONEREQ_get1_ext_d2i()
166 return X509V3_get_d2i(x->tbsResponseData.responseExtensions, nid, crit, in OCSP_BASICRESP_get1_ext_d2i()
220 return X509V3_get_d2i(x->singleExtensions, nid, crit, idx); in OCSP_SINGLERESP_get1_ext_d2i()
/openssl-master/crypto/ts/
A Dts_req_utils.c182 return X509V3_get_d2i(a->extensions, nid, crit, idx); in TS_REQ_get_ext_d2i()
A Dts_rsp_utils.c343 return X509V3_get_d2i(a->extensions, nid, crit, idx); in TS_TST_INFO_get_ext_d2i()
/openssl-master/crypto/cmp/
A Dcmp_msg.c331 default_sans = X509V3_get_d2i(X509_get0_extensions(refcert), in OSSL_CMP_CTX_setup_CRM()
/openssl-master/include/openssl/
A Dx509v3.h.in688 void *X509V3_get_d2i(const STACK_OF(X509_EXTENSION) *x, int nid, int *crit,
/openssl-master/doc/
A Dbuild.info2602 DEPEND[html/man3/X509V3_get_d2i.html]=man3/X509V3_get_d2i.pod
2603 GENERATE[html/man3/X509V3_get_d2i.html]=man3/X509V3_get_d2i.pod
2604 DEPEND[man/man3/X509V3_get_d2i.3]=man3/X509V3_get_d2i.pod
2605 GENERATE[man/man3/X509V3_get_d2i.3]=man3/X509V3_get_d2i.pod
3372 html/man3/X509V3_get_d2i.html \
3964 man/man3/X509V3_get_d2i.3 \
/openssl-master/util/
A Dlibcrypto.num1953 X509V3_get_d2i 2000 3_0_0 EXIST::FUNCTION:

Completed in 44 milliseconds