Home
last modified time | relevance | path

Searched refs:d2i_ECPKPARAMETERS (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/
Dsymhacks.h413 # undef d2i_ECPKPARAMETERS
414 # define d2i_ECPKPARAMETERS d2i_UC_ECPKPARAMETERS macro
/freebsd-9-stable/crypto/openssl/crypto/ec/
Dec_asn1.c956 if ((params = d2i_ECPKPARAMETERS(NULL, in, len)) == NULL) { in d2i_ECPKParameters()