Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c139 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_check_PKCS1_type_1()
466 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_check_PKCS1_OAEP_mgf1()
530 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_verify_PKCS1_PSS_mgf1()
/external/boringssl/src/include/openssl/
Drsa.h750 #define RSA_R_DATA_TOO_LARGE 113 macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc314 case RSA_R_DATA_TOO_LARGE: in throwForRsaError()
Dnative_crypto.cc753 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RsaMethodSignRaw()
794 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RsaMethodDecrypt()