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()
173 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_add_PKCS1_type_2()
257 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_add_none()
333 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_add_PKCS1_OAEP_mgf1()
463 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_check_PKCS1_OAEP_mgf1()
527 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_verify_PKCS1_PSS_mgf1()
611 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_add_PKCS1_PSS_mgf1()
632 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_add_PKCS1_PSS_mgf1()
Drsa_impl.c179 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_encrypt()
492 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_verify_raw()
566 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in rsa_default_private_transform()
/external/boringssl/src/include/openssl/
Drsa.h681 #define RSA_R_DATA_TOO_LARGE 113 macro
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp653 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RsaMethodSignRaw()
700 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RsaMethodDecrypt()