Searched refs:mbedtls_cipher_auth_encrypt (Results 1 – 6 of 6) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cipher.function | 427 /* mbedtls_cipher_auth_encrypt() */ 430 mbedtls_cipher_auth_encrypt( NULL, 438 mbedtls_cipher_auth_encrypt( &valid_ctx, 446 mbedtls_cipher_auth_encrypt( &valid_ctx, 454 mbedtls_cipher_auth_encrypt( &valid_ctx, 462 mbedtls_cipher_auth_encrypt( &valid_ctx, 470 mbedtls_cipher_auth_encrypt( &valid_ctx, 478 mbedtls_cipher_auth_encrypt( &valid_ctx, 1417 ret = mbedtls_cipher_auth_encrypt( &ctx, iv->x, iv->len, ad->x, ad->len,
|
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | cipher.h | 920 int mbedtls_cipher_auth_encrypt( mbedtls_cipher_context_t *ctx,
|
D | compat-1.3.h | 1796 #define cipher_auth_encrypt mbedtls_cipher_auth_encrypt
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | cipher.c | 1469 int mbedtls_cipher_auth_encrypt( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_encrypt() function
|
/openthread-3.4.0/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1374 cipher_auth_encrypt mbedtls_cipher_auth_encrypt
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 443 * The functions mbedtls_cipher_auth_encrypt() and 457 * The functions mbedtls_cipher_auth_encrypt() and 493 * The functions mbedtls_cipher_auth_encrypt() and
|