Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rsa_extra/
Drsa_asn1.c133 OPENSSL_PUT_ERROR(RSA, RSA_R_ENCODE_ERROR); in RSA_marshal_public_key()
146 OPENSSL_PUT_ERROR(RSA, RSA_R_ENCODE_ERROR); in RSA_public_key_to_bytes()
229 OPENSSL_PUT_ERROR(RSA, RSA_R_ENCODE_ERROR); in RSA_marshal_private_key()
242 OPENSSL_PUT_ERROR(RSA, RSA_R_ENCODE_ERROR); in RSA_private_key_to_bytes()
/external/boringssl/src/include/openssl/
Drsa.h758 #define RSA_R_ENCODE_ERROR 121 macro