Home
last modified time | relevance | path

Searched refs:MBEDTLS_MODE_GCM (Results 1 – 11 of 11) sorted by relevance

/mbedtls/library/
A Dcipher.c183 case MBEDTLS_MODE_GCM: in mbedtls_psa_translate_cipher_mode()
470 if (MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_set_iv()
548 if (MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_update_ad()
621 if (((mbedtls_cipher_mode_t) ctx->cipher_info->mode) == MBEDTLS_MODE_GCM) { in mbedtls_cipher_update()
1042 MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_finish()
1200 if (MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_write_tag()
1252 if (MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_check_tag()
1443 if (MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_aead_encrypt()
1521 if (MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_aead_decrypt()
A Dcipher_wrap.c622 MBEDTLS_MODE_GCM,
634 MBEDTLS_MODE_GCM,
645 MBEDTLS_MODE_GCM,
1057 MBEDTLS_MODE_GCM,
1068 MBEDTLS_MODE_GCM,
1079 MBEDTLS_MODE_GCM,
1475 MBEDTLS_MODE_GCM,
1486 MBEDTLS_MODE_GCM,
1497 MBEDTLS_MODE_GCM,
A Dssl_ticket.c241 if (mbedtls_cipher_info_get_mode(cipher_info) != MBEDTLS_MODE_GCM && in mbedtls_ssl_ticket_setup()
A Dpsa_crypto_cipher.c192 *mode = MBEDTLS_MODE_GCM; in mbedtls_cipher_values_from_psa()
A Dssl_msg.c5495 case MBEDTLS_MODE_GCM: in mbedtls_ssl_get_record_expansion()
A Dssl_tls.c2389 if (mode == MBEDTLS_MODE_GCM || in mbedtls_ssl_get_base_mode()
/mbedtls/tests/suites/
A Dtest_suite_cipher.function441 int expected = (cipher_info->mode == MBEDTLS_MODE_GCM ||
542 int expected = (cipher_info->mode == MBEDTLS_MODE_GCM ||
616 int expected = (cipher_info->mode == MBEDTLS_MODE_GCM ||
720 int expected = (cipher_info->mode == MBEDTLS_MODE_GCM ||
816 int expected = (ctx.cipher_info->mode == MBEDTLS_MODE_GCM ||
831 int tag_expected = (ctx.cipher_info->mode == MBEDTLS_MODE_GCM ||
/mbedtls/tests/src/test_helpers/
A Dssl_helpers.c1201 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1206 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1211 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1216 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1221 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1226 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1446 case MBEDTLS_MODE_GCM: in mbedtls_test_ssl_build_transforms()
/mbedtls/programs/cipher/
A Dcipher_aead_demo.c165 const char *mode_str = mode == MBEDTLS_MODE_GCM ? "GCM" in aead_info()
/mbedtls/include/mbedtls/
A Dcipher.h179 MBEDTLS_MODE_GCM, /**< The GCM cipher mode. */ enumerator
/mbedtls/programs/aes/
A Dcrypt_and_hash.c407 if (cipher_mode != MBEDTLS_MODE_GCM && in main()

Completed in 723 milliseconds