Home
last modified time | relevance | path

Searched refs:PSA_ASSERT (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c56 PSA_ASSERT(status); in check_key_attributes_sanity()
139 PSA_ASSERT(psa_mac_abort(&operation)); in exercise_mac_key()
142 PSA_ASSERT(status); in exercise_mac_key()
143 PSA_ASSERT(psa_mac_update(&operation, in exercise_mac_key()
145 PSA_ASSERT(psa_mac_sign_finish(&operation, in exercise_mac_key()
158 PSA_ASSERT(psa_mac_abort(&operation)); in exercise_mac_key()
161 PSA_ASSERT(status); in exercise_mac_key()
162 PSA_ASSERT(psa_mac_update(&operation, in exercise_mac_key()
192 PSA_ASSERT(psa_get_key_attributes(key, &attributes)); in exercise_cipher_key()
200 PSA_ASSERT(psa_cipher_abor in exercise_cipher_key()
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_helpers.h34 #define PSA_ASSERT(expr) TEST_EQUAL((expr), PSA_SUCCESS) macro
H A Dpsa_crypto_helpers.h21 #define PSA_INIT() PSA_ASSERT(psa_crypto_init())

Completed in 3 milliseconds