Home
last modified time | relevance | path

Searched refs:RSA_R_BAD_ENCODING (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/rsa_extra/
Drsa_asn1.c100 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_parse_public_key()
120 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_public_key_from_bytes()
167 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_parse_private_key()
188 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_parse_private_key()
209 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_private_key_from_bytes()
/external/boringssl/src/include/openssl/
Drsa.h737 #define RSA_R_BAD_ENCODING 100 macro