Home
last modified time | relevance | path

Searched refs:psa_aead_encrypt_setup (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Daead_demo.c216 PSA_CHECK(psa_aead_encrypt_setup(&op, key, alg)); in aead_encrypt()
/third_party/mbedtls/include/psa/
H A Dcrypto.h2240 * -# 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()
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h95 #define psa_aead_encrypt_setup(arg0_operation, arg1_key, arg2_alg) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c129 /* Wrapper for psa_aead_encrypt_setup */
135 psa_status_t status = (psa_aead_encrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_aead_encrypt_setup()
/third_party/mbedtls/library/
H A Dpsa_crypto.c4973 psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation, in psa_aead_encrypt_setup() function

Completed in 20 milliseconds