Searched refs:X509V3_EXT_i2d (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/ocsp/ |
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()
|
/third_party/openssl/doc/man3/ |
D | X509V3_get_d2i.pod | 6 X509V3_get_d2i, X509V3_add1_i2d, X509V3_EXT_d2i, X509V3_EXT_i2d, 21 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext); 59 X509V3_EXT_i2d() encodes the extension specific structure B<ext> 201 X509V3_EXT_i2d() returns a pointer to an B<X509_EXTENSION> structure
|
/third_party/openssl/crypto/x509v3/ |
D | v3_lib.c | 265 ext = X509V3_EXT_i2d(nid, crit, value); in X509V3_add1_i2d()
|
D | v3_conf.c | 177 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc) in X509V3_EXT_i2d() function
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 629 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2166 #define X509V3_EXT_i2d BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509V3_EXT_i2d) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1702 X509V3_F_X509V3_EXT_I2D:136:X509V3_EXT_i2d
|
/third_party/openssl/util/ |
D | libcrypto.num | 807 X509V3_EXT_i2d 807 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 12715 *) New function X509V3_EXT_i2d() to create an X509_EXTENSION structure
|