Searched refs:X509V3_EXT_i2d (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 385 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 D | X509V3_get_d2i.pod | 5 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 D | v3_lib.c | 267 ext = X509V3_EXT_i2d(nid, crit, value); in X509V3_add1_i2d()
|
H A D | v3_conf.c | 187 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 D | cmp_msg.c | 113 if ((ext = X509V3_EXT_i2d(nid, crit, ex)) == NULL) in add1_extension()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 691 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
|
H A D | x509v3.h | 955 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2846 X509V3_EXT_i2d;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4353 MLINKS+= X509V3_get_d2i.3 X509V3_EXT_i2d.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 786 X509V3_EXT_i2d 807 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 18539 * New function X509V3_EXT_i2d() to create an X509_EXTENSION structure
|