Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/asn1/
H A Di2d_pr.c19 if (a->ameth && a->ameth->old_priv_encode) { in i2d_PrivateKey()
20 return a->ameth->old_priv_encode(a, pp); in i2d_PrivateKey()
H A Dameth_lib.c262 dst->old_priv_encode = src->old_priv_encode; in EVP_PKEY_asn1_copy()
/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Dasn1_int.h48 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder); member
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod266 int (*old_priv_encode) (const EVP_PKEY *pkey, unsigned char **pder);
268 The old_priv_decode() and old_priv_encode() methods decode / encode
273 old_priv_encode() MUST the return same kind of values as