Searched refs:D2I_OF (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/pem/
H A Dpem_info.c131 d2i = (D2I_OF(void)) d2i_X509;
141 d2i = (D2I_OF(void)) d2i_X509_AUX;
151 d2i = (D2I_OF(void)) d2i_X509_CRL;
161 d2i = (D2I_OF(void)) d2i_RSAPrivateKey;
181 d2i = (D2I_OF(void)) d2i_DSAPrivateKey;
201 d2i = (D2I_OF(void)) d2i_ECPrivateKey;
/external/boringssl/include/openssl/
H A Dasn1.h336 #define D2I_OF(type) type *(*)(type **,const unsigned char **,long) macro
341 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
/external/boringssl/src/include/openssl/
H A Dasn1.h336 #define D2I_OF(type) type *(*)(type **,const unsigned char **,long) macro
341 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
/external/boringssl/src/crypto/x509/
H A Dx_all.c220 RSA_new, (D2I_OF(void)) d2i_RSA_PUBKEY, fp,

Completed in 101 milliseconds