Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dameth_lib.c283 int (*pub_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_public()
295 ameth->pub_decode = pub_decode; in EVP_PKEY_asn1_set_public()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod45 int (*pub_decode) (EVP_PKEY *pk,
159 int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub);
165 The pub_decode() and pub_encode() methods are called to decode /
436 The signature of the I<pub_decode> functional argument of
/freebsd/crypto/openssl/include/crypto/
H A Dasn1.h29 int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub); member
/freebsd/crypto/openssl/crypto/x509/
H A Dx_pubkey.c428 if (pkey->ameth->pub_decode) { in x509_pubkey_decode()
434 if (!pkey->ameth->pub_decode(pkey, key)) in x509_pubkey_decode()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1581 int (*pub_decode) (EVP_PKEY *pk,
/freebsd/crypto/openssl/
H A DCHANGES.md1174 the signature of the `pub_decode` functional parameter of the