Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dsymhacks.h34 # undef i2d_ECPKPARAMETERS
35 # define i2d_ECPKPARAMETERS i2d_UC_ECPKPARAMETERS macro
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c926 if ((ret = i2d_ECPKPARAMETERS(tmp, out)) == 0) { in i2d_ECPKParameters()