Lines Matching refs:psa_aead_verify
2320 * -# Call psa_aead_verify().
2330 * - A successful call to psa_aead_verify().
2506 * \warning When decrypting, until psa_aead_verify() has returned #PSA_SUCCESS,
2508 * you have called psa_aead_verify() and it has returned #PSA_SUCCESS,
2510 * depends on the input if psa_aead_verify() returns an error status.
2551 * \warning When decrypting, until psa_aead_verify() has returned #PSA_SUCCESS,
2553 * you have called psa_aead_verify() and it has returned #PSA_SUCCESS:
2569 * call to psa_aead_update(), psa_aead_finish() or psa_aead_verify()
2788 psa_status_t psa_aead_verify(psa_aead_operation_t *operation,
2807 * psa_aead_verify() is safe and has no effect.