Lines Matching refs:PSA_SUCCESS

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()
174 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
179 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
184 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
187 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
213 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
222 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
227 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
232 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
235 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
260 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_ctr_multi()
269 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_ctr_multi()
274 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_ctr_multi()
279 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_ctr_multi()
282 ASSERT_STATUS(status, PSA_SUCCESS); in cipher_example_encrypt_decrypt_aes_ctr_multi()
295 if (status == PSA_SUCCESS) { in cipher_examples()
301 if (status == PSA_SUCCESS) { in cipher_examples()
307 if (status == PSA_SUCCESS) { in cipher_examples()
314 ASSERT(psa_crypto_init() == PSA_SUCCESS); in main()