Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c22 #define ASSERT_STATUS(actual, expected) \ macro
69 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_operation()
77 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_operation()
101 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_encrypt()
104 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_encrypt()
108 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_encrypt()
131 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_decrypt()
134 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_decrypt()
138 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_decrypt()
165 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
[all …]