Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/asn1/
H A Dameth_lib.c282 int (*pub_decode)(EVP_PKEY *pk, in EVP_PKEY_asn1_set_public()
294 ameth->pub_decode = pub_decode; in EVP_PKEY_asn1_set_public()
/src/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
/src/crypto/openssl/include/crypto/
H A Dasn1.h29 int (*pub_decode)(EVP_PKEY *pk, const X509_PUBKEY *pub); member
/src/crypto/openssl/crypto/x509/
H A Dx_pubkey.c436 if (pkey->ameth->pub_decode) { in x509_pubkey_decode()
442 if (!pkey->ameth->pub_decode(pkey, key)) in x509_pubkey_decode()
/src/crypto/openssl/include/openssl/
H A Devp.h1628 int (*pub_decode)(EVP_PKEY *pk,
/src/crypto/openssl/
H A DCHANGES.md2820 the signature of the `pub_decode` functional parameter of the