Lines Matching refs:psa_status_t
29 (psa_status_t) actual, (psa_status_t) expected); \
49 static psa_status_t cipher_operation(psa_cipher_operation_t *operation, in cipher_operation()
57 psa_status_t status; in cipher_operation()
84 static psa_status_t cipher_encrypt(psa_key_id_t key, in cipher_encrypt()
95 psa_status_t status; in cipher_encrypt()
115 static psa_status_t cipher_decrypt(psa_key_id_t key, in cipher_decrypt()
126 psa_status_t status; in cipher_decrypt()
145 static psa_status_t
155 psa_status_t status; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
194 static psa_status_t cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi(void) in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
205 psa_status_t status; in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
242 static psa_status_t cipher_example_encrypt_decrypt_aes_ctr_multi(void) in cipher_example_encrypt_decrypt_aes_ctr_multi()
252 psa_status_t status; in cipher_example_encrypt_decrypt_aes_ctr_multi()
291 psa_status_t status; in cipher_examples()