Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dd2i_pr.c103 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()
/third_party/openssl/ohos_lite/include/crypto/
Dasn1.h46 int (*old_priv_decode) (EVP_PKEY *pkey, member
/third_party/openssl/include/crypto/
Dasn1.h55 int (*old_priv_decode) (EVP_PKEY *pkey, member
/third_party/openssl/doc/man3/
DEVP_PKEY_ASN1_METHOD.pod264 int (*old_priv_decode) (EVP_PKEY *pkey,
268 The old_priv_decode() and old_priv_encode() methods decode / encode
272 old_priv_decode() MUST return 0 on error, 1 on success.
/third_party/openssl/crypto/pem/
Dpem_pkey.c173 if (ameth == NULL || ameth->old_priv_decode == NULL) in pem_read_bio_key_legacy()
Dpem_lib.c148 if (ameth && ameth->old_priv_decode) in check_pem()