Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/psa/
H A Daead_demo.c218 PSA_CHECK(psa_aead_set_nonce(&op, iv, iv_len)); in aead_encrypt()
/third_party/mbedtls/include/psa/
H A Dcrypto.h2245 * -# Call either psa_aead_generate_nonce() or psa_aead_set_nonce() to
2315 * -# Call psa_aead_set_nonce() with the nonce for the decryption.
2442 psa_status_t psa_aead_set_nonce(psa_aead_operation_t *operation,
2455 * psa_aead_set_nonce() or psa_aead_generate_nonce().
2501 * 2. Set the nonce with psa_aead_generate_nonce() or psa_aead_set_nonce().
2545 * 2. Set the nonce with psa_aead_generate_nonce() or psa_aead_set_nonce().
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h128 #define psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c188 /* Wrapper for psa_aead_set_nonce */
197 psa_status_t status = (psa_aead_set_nonce)(arg0_operation, arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
/third_party/mbedtls/library/
H A Dpsa_crypto.c5087 psa_status_t psa_aead_set_nonce(psa_aead_operation_t *operation, in psa_aead_set_nonce() function

Completed in 27 milliseconds