Searched refs:d2i_X509_AUX (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
D | i2d_re_X509_tbs.pod | 5 d2i_X509_AUX, i2d_X509_AUX, 13 X509 *d2i_X509_AUX(X509 **px, const unsigned char **in, long len); 24 d2i_X509_AUX() is similar to L<d2i_X509(3)> but the input is expected to 53 d2i_X509_AUX() returns a valid B<X509> structure or NULL if an error occurred.
|
/third_party/openssl/test/ |
D | x509aux.c | 39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; in test_certs()
|
D | danetest.c | 116 ? d2i_X509_AUX : d2i_X509; in STACK_OF()
|
/third_party/openssl/crypto/x509/ |
D | x_x509.c | 130 X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length) in d2i_X509_AUX() function
|
/third_party/openssl/crypto/pem/ |
D | pem_info.c | 87 d2i = (D2I_OF(void)) d2i_X509_AUX; in STACK_OF()
|
/third_party/openssl/crypto/store/ |
D | loader_file.c | 659 if ((cert = d2i_X509_AUX(NULL, &blob, len)) != NULL in try_decode_X509Certificate()
|
/third_party/openssl/include/openssl/ |
D | x509.h | 560 X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2981 #define d2i_X509_AUX BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, d2i_X509_AUX) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 2939 d2i_X509_AUX 2895 1_1_0 EXIST::FUNCTION:
|