Searched refs:D2I_OF (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/pem/ |
D | pem_info.c | 135 d2i=(D2I_OF(void))d2i_X509; in STACK_OF() 146 d2i=(D2I_OF(void))d2i_X509_AUX; in STACK_OF() 157 d2i=(D2I_OF(void))d2i_X509_CRL; in STACK_OF() 191 d2i=(D2I_OF(void))d2i_DSAPrivateKey; in STACK_OF() 213 d2i=(D2I_OF(void))d2i_ECPrivateKey; in STACK_OF()
|
/external/openssl/crypto/x509/ |
D | x_all.c | 246 RSA_new,(D2I_OF(void))d2i_RSA_PUBKEY, fp, in d2i_RSA_PUBKEY_fp()
|
/external/openssl/include/openssl/ |
D | asn1.h | 343 #define D2I_OF(type) type *(*)(type **,const unsigned char **,long) macro 348 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
|
D | asn1_mac.h | 138 if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \
|
/external/openssl/crypto/asn1/ |
D | asn1.h | 343 #define D2I_OF(type) type *(*)(type **,const unsigned char **,long) macro 348 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
|
D | asn1_mac.h | 138 if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \
|