Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_info.c130 d2i = (D2I_OF(void)) d2i_X509; in STACK_OF()
140 d2i = (D2I_OF(void)) d2i_X509_AUX; in STACK_OF()
150 d2i = (D2I_OF(void)) d2i_X509_CRL; in STACK_OF()
162 d2i = (D2I_OF(void)) d2i_RSAPrivateKey; in STACK_OF()
183 d2i = (D2I_OF(void)) d2i_DSAPrivateKey; in STACK_OF()
204 d2i = (D2I_OF(void)) d2i_ECPrivateKey; in STACK_OF()
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1.h344 # define D2I_OF(type) type *(*)(type **,const unsigned char **,long) macro
349 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
H A Dasn1_mac.h138 if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \
/minix3/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_all.c251 RSA_new, (D2I_OF(void)) d2i_RSA_PUBKEY, fp, in d2i_RSA_PUBKEY_fp()