Home
last modified time | relevance | path

Searched refs:old_priv_encode (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_pkey.c130 if (a->ameth && a->ameth->old_priv_encode) { in i2d_PrivateKey()
131 return a->ameth->old_priv_encode(a, pp); in i2d_PrivateKey()
H A Dasn1_locl.h135 int (*old_priv_encode)(const EVP_PKEY *pkey, unsigned char **pder); member
/dflybsd-src/crypto/libressl/crypto/hmac/
H A Dhm_ameth.c170 .old_priv_encode = old_hmac_encode
/dflybsd-src/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c738 .old_priv_encode = old_dsa_priv_encode
/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec_ameth.c1040 .old_priv_encode = old_ec_priv_encode,
/dflybsd-src/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c1119 .old_priv_encode = old_rsa_priv_encode,