Searched refs:X509V3_EXT_i2d (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/crypto/openssl/crypto/ocsp/ |
| HD | ocsp_ext.c | 480 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid); in OCSP_crlID_new() 502 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_acceptableResponses, 0, sk); in OCSP_accept_responses_new() 519 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_archiveCutoff, 0, gt); in OCSP_archive_cutoff_new() 561 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); in OCSP_url_svcloc_new()
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_lib.c | 333 ext = X509V3_EXT_i2d(nid, crit, value); in X509V3_add1_i2d()
|
| HD | v3_conf.c | 218 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc) in X509V3_EXT_i2d() function
|
| HD | x509v3.h | 679 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
|
| /NextBSD/crypto/openssl/doc/ |
| HD | openssl.txt | 609 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
|
| /NextBSD/crypto/openssl/util/ |
| HD | libeay.num | 1406 X509V3_EXT_i2d 1646 EXIST::FUNCTION:
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 9799 *) New function X509V3_EXT_i2d() to create an X509_EXTENSION structure
|