Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Devp_asn1.c87 if (!ret->ameth->old_priv_decode || in d2i_PrivateKey()
88 !ret->ameth->old_priv_decode(ret, &in, len)) { in d2i_PrivateKey()
Dinternal.h132 int (*old_priv_decode)(EVP_PKEY *pkey, const uint8_t **pder, member
/external/boringssl/src/crypto/pem/
Dpem_pkey.c129 if (!ameth || !ameth->old_priv_decode) in PEM_read_bio_PrivateKey()
Dpem_lib.c164 if (ameth && ameth->old_priv_decode) in check_pem()