Home
last modified time | relevance | path

Searched refs:PSA_ERROR_INVALID_PADDING (Results 1 – 8 of 8) sorted by relevance

/third_party/mbedtls/library/
Dpsa_util.c77 { PSA_ERROR_INVALID_PADDING, MBEDTLS_ERR_RSA_INVALID_PADDING }
Dpk_wrap.c120 case PSA_ERROR_INVALID_PADDING: in mbedtls_pk_error_from_psa_rsa()
Dpsa_crypto.c185 return PSA_ERROR_INVALID_PADDING; in mbedtls_to_psa_error()
294 return PSA_ERROR_INVALID_PADDING; in mbedtls_to_psa_error()
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c216 status == PSA_ERROR_INVALID_PADDING); in exercise_cipher_key()
399 status == PSA_ERROR_INVALID_PADDING))); in exercise_asymmetric_encryption_key()
/third_party/mbedtls/include/psa/
Dcrypto_values.h288 #define PSA_ERROR_INVALID_PADDING ((psa_status_t)-150) macro
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal.function645 case PSA_ERROR_INVALID_PADDING:
Dtest_suite_psa_crypto.data4953 …04f336068729ae0bce7d7fb3e680f9d15d658db9b906efcbf2c2fae45e75429":"00":128:PSA_ERROR_INVALID_PADDING
4957 …4f6a250646ab627ecbfa48c02f82c29fe9b8c8e6be8eb752432124974373b542c":"":128:PSA_ERROR_INVALID_PADDING
4961 …e9b8c8e6be8eb752432124974373b542c":"746869730069730061006c6162656c01":128:PSA_ERROR_INVALID_PADDING
4965 …2329c260d30bc39b3816b7c46b41b37b4850d2ae74e729f99c6621fbbe2e46873":"":128:PSA_ERROR_INVALID_PADDING
4973 …ec04f336068729ae0bce7d7fb3e680f9d15d658db9b906efcbf2c2fae45e75428":"":128:PSA_ERROR_INVALID_PADDING
Dtest_suite_psa_crypto.function2135 TEST_EQUAL(status, PSA_ERROR_INVALID_PADDING);