Searched refs:old_priv_decode (Results 1 – 6 of 6) sorted by relevance
103 if (!ret->ameth->old_priv_decode || in ossl_d2i_PrivateKey_legacy()104 !ret->ameth->old_priv_decode(ret, &p, length)) { in ossl_d2i_PrivateKey_legacy()
46 int (*old_priv_decode) (EVP_PKEY *pkey, member
55 int (*old_priv_decode) (EVP_PKEY *pkey, member
264 int (*old_priv_decode) (EVP_PKEY *pkey,268 The old_priv_decode() and old_priv_encode() methods decode / encode272 old_priv_decode() MUST return 0 on error, 1 on success.
173 if (ameth == NULL || ameth->old_priv_decode == NULL) in pem_read_bio_key_legacy()
148 if (ameth && ameth->old_priv_decode) in check_pem()