Searched refs:mbedtls_cipher_aead_decrypt (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | cipher.c | 1463 static int mbedtls_cipher_aead_decrypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_aead_decrypt() function 1655 return mbedtls_cipher_aead_decrypt(ctx, iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_decrypt_ext()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | cipher.c | 1479 static int mbedtls_cipher_aead_decrypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_aead_decrypt() function 1671 return mbedtls_cipher_aead_decrypt(ctx, iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_decrypt_ext()
|