Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/
Dsymhacks.h415 # undef i2d_ECPKPARAMETERS
416 # define i2d_ECPKPARAMETERS i2d_UC_ECPKPARAMETERS macro
/freebsd-9-stable/crypto/openssl/crypto/ec/
Dec_asn1.c984 if ((ret = i2d_ECPKPARAMETERS(tmp, out)) == 0) { in i2d_ECPKParameters()