• Home
  • Raw
  • Download

Lines Matching refs:RSA

79     OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL);  in RSA_padding_add_PKCS1_type_1()
84 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_type_1()
108 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_SMALL); in RSA_padding_check_PKCS1_type_1()
114 OPENSSL_PUT_ERROR(RSA, RSA_R_BLOCK_TYPE_IS_NOT_01); in RSA_padding_check_PKCS1_type_1()
127 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_FIXED_HEADER_DECRYPT); in RSA_padding_check_PKCS1_type_1()
135 OPENSSL_PUT_ERROR(RSA, RSA_R_NULL_BEFORE_BLOCK_MISSING); in RSA_padding_check_PKCS1_type_1()
140 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_PAD_BYTE_COUNT); in RSA_padding_check_PKCS1_type_1()
146 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_check_PKCS1_type_1()
160 OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL); in RSA_padding_add_PKCS1_type_2()
165 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_type_2()
199 OPENSSL_PUT_ERROR(RSA, RSA_R_EMPTY_PUBLIC_KEY); in RSA_padding_check_PKCS1_type_2()
208 OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL); in RSA_padding_check_PKCS1_type_2()
241 OPENSSL_PUT_ERROR(RSA, RSA_R_PKCS_DECODING_ERROR); in RSA_padding_check_PKCS1_type_2()
249 OPENSSL_PUT_ERROR(RSA, RSA_R_PKCS_DECODING_ERROR); in RSA_padding_check_PKCS1_type_2()
254 OPENSSL_PUT_ERROR(RSA, ERR_R_OVERFLOW); in RSA_padding_check_PKCS1_type_2()
265 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_none()
270 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE); in RSA_padding_add_none()
341 OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL); in RSA_padding_add_PKCS1_OAEP_mgf1()
347 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_OAEP_mgf1()
352 OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL); in RSA_padding_add_PKCS1_OAEP_mgf1()
372 OPENSSL_PUT_ERROR(RSA, ERR_R_MALLOC_FAILURE); in RSA_padding_add_PKCS1_OAEP_mgf1()
425 OPENSSL_PUT_ERROR(RSA, ERR_R_MALLOC_FAILURE); in RSA_padding_check_PKCS1_OAEP_mgf1()
473 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_check_PKCS1_OAEP_mgf1()
485 OPENSSL_PUT_ERROR(RSA, RSA_R_OAEP_DECODING_ERROR); in RSA_padding_check_PKCS1_OAEP_mgf1()
493 int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const uint8_t *mHash, in RSA_verify_PKCS1_PSS_mgf1()
521 OPENSSL_PUT_ERROR(RSA, RSA_R_SLEN_CHECK_FAILED); in RSA_verify_PKCS1_PSS_mgf1()
528 OPENSSL_PUT_ERROR(RSA, RSA_R_FIRST_OCTET_INVALID); in RSA_verify_PKCS1_PSS_mgf1()
537 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_verify_PKCS1_PSS_mgf1()
541 OPENSSL_PUT_ERROR(RSA, RSA_R_LAST_OCTET_INVALID); in RSA_verify_PKCS1_PSS_mgf1()
548 OPENSSL_PUT_ERROR(RSA, ERR_R_MALLOC_FAILURE); in RSA_verify_PKCS1_PSS_mgf1()
564 OPENSSL_PUT_ERROR(RSA, RSA_R_SLEN_RECOVERY_FAILED); in RSA_verify_PKCS1_PSS_mgf1()
568 OPENSSL_PUT_ERROR(RSA, RSA_R_SLEN_CHECK_FAILED); in RSA_verify_PKCS1_PSS_mgf1()
585 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_SIGNATURE); in RSA_verify_PKCS1_PSS_mgf1()
598 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS_mgf1()
624 OPENSSL_PUT_ERROR(RSA, RSA_R_SLEN_CHECK_FAILED); in RSA_padding_add_PKCS1_PSS_mgf1()
629 OPENSSL_PUT_ERROR(RSA, RSA_R_EMPTY_PUBLIC_KEY); in RSA_padding_add_PKCS1_PSS_mgf1()
642 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_PSS_mgf1()
647 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_PSS_mgf1()
653 OPENSSL_PUT_ERROR(RSA, ERR_R_MALLOC_FAILURE); in RSA_padding_add_PKCS1_PSS_mgf1()