Home
last modified time | relevance | path

Searched refs:psa_aead_encrypt_setup (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h2243 * -# 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 must
2300 psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation,
2376 * The application must call psa_aead_encrypt_setup() before
2415 * The application must call psa_aead_encrypt_setup() or
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().
2631 * The operation must have been set up with psa_aead_encrypt_setup().
2673 * psa_aead_encrypt_setup()
[all...]
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c5198 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