Home
last modified time | relevance | path

Searched refs:D2I_OF (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/pem/
Dpem_info.c77 d2i = (D2I_OF(void)) d2i_X509; in STACK_OF()
87 d2i = (D2I_OF(void)) d2i_X509_AUX; in STACK_OF()
97 d2i = (D2I_OF(void)) d2i_X509_CRL; in STACK_OF()
109 d2i = (D2I_OF(void)) d2i_RSAPrivateKey; in STACK_OF()
132 d2i = (D2I_OF(void)) d2i_DSAPrivateKey; in STACK_OF()
155 d2i = (D2I_OF(void)) d2i_ECPrivateKey; in STACK_OF()
/third_party/openssl/include/openssl/
Dasn1.h258 # define D2I_OF(type) type *(*)(type **,const unsigned char **,long) macro
263 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
/third_party/openssl/crypto/x509/
Dx_all.c218 RSA_new, (D2I_OF(void)) d2i_RSA_PUBKEY, fp, in d2i_RSA_PUBKEY_fp()