Home
last modified time | relevance | path

Searched refs:d2i_X509_AUX (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A Di2d_re_X509_tbs.pod5 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.
/openssl/test/
H A Dx509aux.c38 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; in test_certs()
H A Ddanetest.c113 ? d2i_X509_AUX : d2i_X509; in STACK_OF()
/openssl/crypto/x509/
H A Dx_x509.c190 X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length) in d2i_X509_AUX() function
/openssl/crypto/pem/
H A Dpem_info.c105 d2i = (D2I_OF(void)) d2i_X509_AUX; in STACK_OF()
/openssl/crypto/store/
H A Dstore_result.c481 if (d2i_X509_AUX(&cert, (const unsigned char **)&data->octet_data, in try_cert()
/openssl/engines/
H A De_loader_attic.c784 if ((d2i_X509_AUX(&cert, &blob, len)) != NULL in try_decode_X509Certificate()
/openssl/util/
H A Dlibcrypto.num2831 d2i_X509_AUX 2895 3_0_0 EXIST::FUNCTION:

Completed in 49 milliseconds