Searched refs:psa_aead_decrypt_setup (Results 1 – 2 of 2) sorted by relevance
2313 * -# Call psa_aead_decrypt_setup() to specify the algorithm and key.2325 * If an error occurs at any step after a call to psa_aead_decrypt_setup(),2330 * After a successful call to psa_aead_decrypt_setup(), the application must2366 psa_status_t psa_aead_decrypt_setup(psa_aead_operation_t *operation,2416 * psa_aead_decrypt_setup() before calling this function.2503 * 1. Call either psa_aead_encrypt_setup() or psa_aead_decrypt_setup().2545 * 1. Call either psa_aead_encrypt_setup() or psa_aead_decrypt_setup().2718 * The operation must have been set up with psa_aead_decrypt_setup().2803 * psa_aead_encrypt_setup() or psa_aead_decrypt_setup() again.
5206 psa_status_t psa_aead_decrypt_setup(psa_aead_operation_t *operation, in psa_aead_set_nonce_internal() 5186 psa_status_t psa_aead_decrypt_setup(psa_aead_operation_t *operation, psa_aead_decrypt_setup() function