Searched refs:psa_aead_encrypt_setup (Results 1 – 2 of 2) sorted by relevance
2243 * -# Call psa_aead_encrypt_setup() to specify the algorithm and key.2258 * If an error occurs at any step after a call to psa_aead_encrypt_setup(),2263 * After a successful call to psa_aead_encrypt_setup(), the application must2300 psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation,2376 * The application must call psa_aead_encrypt_setup() before2415 * The application must call psa_aead_encrypt_setup() or2503 * 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().2631 * The operation must have been set up with psa_aead_encrypt_setup().2673 * psa_aead_encrypt_setup()[all...]
5198 psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation, in psa_aead_set_nonce_internal() 5178 psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation, psa_aead_encrypt_setup() function