Searched refs:psa_aead_set_lengths (Results 1 - 4 of 4) sorted by relevance
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 2241 * -# 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 D | psa_test_wrappers.h | 121 #define psa_aead_set_lengths(arg0_operation, arg1_ad_length, arg2_plaintext_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 178 /* 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 D | psa_crypto.c | 5109 psa_status_t psa_aead_set_lengths(psa_aead_operation_t *operation, in psa_aead_set_lengths() function
|
Completed in 16 milliseconds