Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dsymhacks.h32 # undef d2i_ECPKPARAMETERS
33 # define d2i_ECPKPARAMETERS d2i_UC_ECPKPARAMETERS macro
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c895 if ((params = d2i_ECPKPARAMETERS(NULL, &p, len)) == NULL) { in d2i_ECPKParameters()