• 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_DIGEST_TOO_BIG_FOR_RSA_KEY); in RSA_padding_add_PKCS1_type_1()
102 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_SMALL); in RSA_padding_check_PKCS1_type_1()
108 OPENSSL_PUT_ERROR(RSA, RSA_R_BLOCK_TYPE_IS_NOT_01); in RSA_padding_check_PKCS1_type_1()
120 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_FIXED_HEADER_DECRYPT); in RSA_padding_check_PKCS1_type_1()
126 OPENSSL_PUT_ERROR(RSA, RSA_R_NULL_BEFORE_BLOCK_MISSING); in RSA_padding_check_PKCS1_type_1()
131 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_PAD_BYTE_COUNT); in RSA_padding_check_PKCS1_type_1()
139 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_check_PKCS1_type_1()
168 OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL); in RSA_padding_add_PKCS1_type_2()
173 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_type_2()
194 OPENSSL_PUT_ERROR(RSA, RSA_R_EMPTY_PUBLIC_KEY); in RSA_padding_check_PKCS1_type_2()
203 OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL); in RSA_padding_check_PKCS1_type_2()
240 OPENSSL_PUT_ERROR(RSA, RSA_R_PKCS_DECODING_ERROR); in RSA_padding_check_PKCS1_type_2()
248 OPENSSL_PUT_ERROR(RSA, RSA_R_PKCS_DECODING_ERROR); in RSA_padding_check_PKCS1_type_2()
260 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_none()
265 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_SMALL); in RSA_padding_add_none()
330 OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL); in RSA_padding_add_PKCS1_OAEP_mgf1()
336 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_OAEP_mgf1()
341 OPENSSL_PUT_ERROR(RSA, RSA_R_KEY_SIZE_TOO_SMALL); in RSA_padding_add_PKCS1_OAEP_mgf1()
361 OPENSSL_PUT_ERROR(RSA, ERR_R_MALLOC_FAILURE); in RSA_padding_add_PKCS1_OAEP_mgf1()
415 OPENSSL_PUT_ERROR(RSA, ERR_R_MALLOC_FAILURE); in RSA_padding_check_PKCS1_OAEP_mgf1()
466 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_padding_check_PKCS1_OAEP_mgf1()
478 OPENSSL_PUT_ERROR(RSA, RSA_R_OAEP_DECODING_ERROR); in RSA_padding_check_PKCS1_OAEP_mgf1()
486 int RSA_verify_PKCS1_PSS_mgf1(const RSA *rsa, const uint8_t *mHash, in RSA_verify_PKCS1_PSS_mgf1()
514 OPENSSL_PUT_ERROR(RSA, RSA_R_SLEN_CHECK_FAILED); in RSA_verify_PKCS1_PSS_mgf1()
521 OPENSSL_PUT_ERROR(RSA, RSA_R_FIRST_OCTET_INVALID); in RSA_verify_PKCS1_PSS_mgf1()
530 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE); in RSA_verify_PKCS1_PSS_mgf1()
534 OPENSSL_PUT_ERROR(RSA, RSA_R_LAST_OCTET_INVALID); in RSA_verify_PKCS1_PSS_mgf1()
541 OPENSSL_PUT_ERROR(RSA, ERR_R_MALLOC_FAILURE); in RSA_verify_PKCS1_PSS_mgf1()
557 OPENSSL_PUT_ERROR(RSA, RSA_R_SLEN_RECOVERY_FAILED); in RSA_verify_PKCS1_PSS_mgf1()
561 OPENSSL_PUT_ERROR(RSA, RSA_R_SLEN_CHECK_FAILED); in RSA_verify_PKCS1_PSS_mgf1()
572 OPENSSL_PUT_ERROR(RSA, RSA_R_BAD_SIGNATURE); in RSA_verify_PKCS1_PSS_mgf1()
585 int RSA_padding_add_PKCS1_PSS_mgf1(const RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS_mgf1()
601 OPENSSL_PUT_ERROR(RSA, RSA_R_EMPTY_PUBLIC_KEY); in RSA_padding_add_PKCS1_PSS_mgf1()
614 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_PSS_mgf1()
628 OPENSSL_PUT_ERROR(RSA, RSA_R_SLEN_CHECK_FAILED); in RSA_padding_add_PKCS1_PSS_mgf1()
635 OPENSSL_PUT_ERROR(RSA, RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE); in RSA_padding_add_PKCS1_PSS_mgf1()
642 OPENSSL_PUT_ERROR(RSA, ERR_R_MALLOC_FAILURE); in RSA_padding_add_PKCS1_PSS_mgf1()