Lines Matching refs:psa_aead_encrypt_setup
2240 * -# Call psa_aead_encrypt_setup() to specify the algorithm and key.
2255 * If an error occurs at any step after a call to psa_aead_encrypt_setup(),
2260 * After a successful call to psa_aead_encrypt_setup(), the application must
2297 psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation,
2373 * The application must call psa_aead_encrypt_setup() before
2412 * The application must call psa_aead_encrypt_setup() or
2500 * 1. Call either psa_aead_encrypt_setup() or psa_aead_decrypt_setup().
2542 * 1. Call either psa_aead_encrypt_setup() or psa_aead_decrypt_setup().
2628 * The operation must have been set up with psa_aead_encrypt_setup().
2670 * psa_aead_encrypt_setup().
2800 * psa_aead_encrypt_setup() or psa_aead_decrypt_setup() again.