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 | 113 ? d2i_X509_AUX : d2i_X509; in STACK_OF()
|
/third_party/openssl/crypto/pem/ |
D | pem_info.c | 105 d2i = (D2I_OF(void)) d2i_X509_AUX; in STACK_OF()
|
/third_party/openssl/crypto/x509/ |
D | x_x509.c | 190 X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length) in d2i_X509_AUX() function
|
/third_party/openssl/crypto/store/ |
D | store_result.c | 481 if (d2i_X509_AUX(&cert, (const unsigned char **)&data->octet_data, in try_cert()
|
/third_party/openssl/engines/ |
D | e_loader_attic.c | 787 if ((d2i_X509_AUX(&cert, &blob, len)) != NULL in try_decode_X509Certificate()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 560 X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length);
|
/third_party/openssl/util/ |
D | libcrypto.num | 2831 d2i_X509_AUX 2895 3_0_0 EXIST::FUNCTION:
|