Home
last modified time | relevance | path

Searched refs:X509V3_EXT_i2d (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c385 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid); in OCSP_crlID_new()
406 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_acceptableResponses, 0, sk); in OCSP_accept_responses_new()
422 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_archiveCutoff, 0, gt); in OCSP_archive_cutoff_new()
466 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); in OCSP_url_svcloc_new()
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod5 X509V3_get_d2i, X509V3_add1_i2d, X509V3_EXT_d2i, X509V3_EXT_i2d,
22 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
60 X509V3_EXT_i2d() encodes the extension specific structure I<ext_struc>
212 X509V3_EXT_i2d() returns a pointer to an B<X509_EXTENSION> structure
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_lib.c267 ext = X509V3_EXT_i2d(nid, crit, value); in X509V3_add1_i2d()
H A Dv3_conf.c187 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc) in X509V3_EXT_i2d() function
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c113 if ((ext = X509V3_EXT_i2d(nid, crit, ex)) == NULL) in add1_extension()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in691 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
H A Dx509v3.h955 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
/freebsd/secure/lib/libcrypto/
H A DVersion.map2846 X509V3_EXT_i2d;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4353 MLINKS+= X509V3_get_d2i.3 X509V3_EXT_i2d.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num786 X509V3_EXT_i2d 807 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md18539 * New function X509V3_EXT_i2d() to create an X509_EXTENSION structure