Searched refs:mbedtls_cipher_aead_encrypt (Results 1 – 2 of 2) sorted by relevance
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | cipher.c | 1287 static int mbedtls_cipher_aead_encrypt( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_aead_encrypt() function 1484 return( mbedtls_cipher_aead_encrypt( ctx, iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_encrypt() 1561 int ret = mbedtls_cipher_aead_encrypt( ctx, iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_encrypt_ext()
|
| /external/mbedtls/library/ |
| D | cipher.c | 1314 static int mbedtls_cipher_aead_encrypt( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_aead_encrypt() function 1533 int ret = mbedtls_cipher_aead_encrypt( ctx, iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_encrypt_ext()
|