Searched refs:X509_add_ext (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | X509v3_get_ext_by_NID.pod | 9 X509_delete_ext, X509_add_ext, X509_CRL_get_ext_count, X509_CRL_get_ext, 39 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc); 88 and X509_add_ext() operate on the extensions of certificate B<x> they are 127 X509_add_ext() returns 1 on success and 0 on error.
|
/third_party/openssl/crypto/x509/ |
D | x509_ext.c | 97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() function
|
/third_party/openssl/include/openssl/ |
D | x509.h | 869 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
|
/third_party/openssl/apps/ |
D | apps.c | 1110 if (!X509_add_ext(x, ext, -1)) in copy_extensions()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2554 #define X509_add_ext BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_add_ext) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 1095 X509_add_ext 1089 1_1_0 EXIST::FUNCTION:
|