Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_auth_encrypt (Results 1 – 6 of 6) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function427 /* 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/
Dcipher.h920 int mbedtls_cipher_auth_encrypt( mbedtls_cipher_context_t *ctx,
Dcompat-1.3.h1796 #define cipher_auth_encrypt mbedtls_cipher_auth_encrypt
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dcipher.c1469 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/
Drename-1.3-2.0.txt1374 cipher_auth_encrypt mbedtls_cipher_auth_encrypt
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog443 * The functions mbedtls_cipher_auth_encrypt() and
457 * The functions mbedtls_cipher_auth_encrypt() and
493 * The functions mbedtls_cipher_auth_encrypt() and