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/
Drsa_asn1.c107 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in parse_public_key()
139 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_public_key_from_bytes()
195 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in rsa_parse_additional_prime()
215 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_parse_private_key()
243 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_parse_private_key()
280 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_parse_private_key()
305 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_ENCODING); in RSA_private_key_from_bytes()
/external/boringssl/src/include/openssl/
Drsa.h654 #define RSA_R_BAD_ENCODING 100 macro