Home
last modified time | relevance | path

Searched refs:psa_aead_set_lengths (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto.h2241 * -# If needed, call psa_aead_set_lengths() to specify the length of the
2243 * psa_aead_update(). See the documentation of psa_aead_set_lengths()
2311 * -# If needed, call psa_aead_set_lengths() to specify the length of the
2313 * psa_aead_update(). See the documentation of psa_aead_set_lengths()
2487 psa_status_t psa_aead_set_lengths(psa_aead_operation_t *operation,
2521 * was previously specified with psa_aead_set_lengths().
2604 * specified with psa_aead_set_lengths(), or
2606 * was previously specified with psa_aead_set_lengths().
2689 * specified with psa_aead_set_lengths(), or
2692 * specified with psa_aead_set_lengths()
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h121 #define psa_aead_set_lengths(arg0_operation, arg1_ad_length, arg2_plaintext_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c178 /* Wrapper for psa_aead_set_lengths */
184 psa_status_t status = (psa_aead_set_lengths)(arg0_operation, arg1_ad_length, arg2_plaintext_length); in mbedtls_test_wrap_psa_aead_set_lengths()
/third_party/mbedtls/library/
H A Dpsa_crypto.c5109 psa_status_t psa_aead_set_lengths(psa_aead_operation_t *operation, in psa_aead_set_lengths() function

Completed in 16 milliseconds