Searched refs:pub_decode (Results 1 – 6 of 6) sorted by relevance
280 int (*pub_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_public()292 ameth->pub_decode = pub_decode; in EVP_PKEY_asn1_set_public()
45 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
29 int (*pub_decode) (EVP_PKEY *pk, const X509_PUBKEY *pub); member
434 if (pkey->ameth->pub_decode) { in x509_pubkey_decode()440 if (!pkey->ameth->pub_decode(pkey, key)) in x509_pubkey_decode()
1638 int (*pub_decode) (EVP_PKEY *pk,
2440 the signature of the `pub_decode` functional parameter of the