Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dcipher_wrap.c541 MBEDTLS_MODE_GCM,
552 MBEDTLS_MODE_GCM,
563 MBEDTLS_MODE_GCM,
950 MBEDTLS_MODE_GCM,
961 MBEDTLS_MODE_GCM,
972 MBEDTLS_MODE_GCM,
1360 MBEDTLS_MODE_GCM,
1371 MBEDTLS_MODE_GCM,
1382 MBEDTLS_MODE_GCM,
Dcipher.c410 if (MBEDTLS_MODE_GCM == ctx->cipher_info->mode) { in mbedtls_cipher_set_iv()
488 if (MBEDTLS_MODE_GCM == ctx->cipher_info->mode) { in mbedtls_cipher_update_ad()
560 if (ctx->cipher_info->mode == MBEDTLS_MODE_GCM) { in mbedtls_cipher_update()
950 MBEDTLS_MODE_GCM == ctx->cipher_info->mode || in mbedtls_cipher_finish()
1105 if (MBEDTLS_MODE_GCM == ctx->cipher_info->mode) { in mbedtls_cipher_write_tag()
1157 if (MBEDTLS_MODE_GCM == ctx->cipher_info->mode) { in mbedtls_cipher_check_tag()
1348 if (MBEDTLS_MODE_GCM == ctx->cipher_info->mode) { in mbedtls_cipher_aead_encrypt()
1426 if (MBEDTLS_MODE_GCM == ctx->cipher_info->mode) { in mbedtls_cipher_aead_decrypt()
Dpsa_crypto_cipher.c96 mode = MBEDTLS_MODE_GCM; in mbedtls_cipher_info_from_psa()
Dssl_ticket.c240 if (mbedtls_cipher_info_get_mode(cipher_info) != MBEDTLS_MODE_GCM && in mbedtls_ssl_ticket_setup()
Dssl_msg.c5195 case MBEDTLS_MODE_GCM: in mbedtls_ssl_get_record_expansion()
Dssl_tls.c2381 if (mode == MBEDTLS_MODE_GCM || in mbedtls_ssl_get_base_mode()
/mbedtls-3.5.0/tests/suites/
Dtest_suite_cipher.function434 int expected = (cipher_info->mode == MBEDTLS_MODE_GCM ||
535 int expected = (cipher_info->mode == MBEDTLS_MODE_GCM ||
602 int expected = (cipher_info->mode == MBEDTLS_MODE_GCM ||
706 int expected = (cipher_info->mode == MBEDTLS_MODE_GCM ||
802 int expected = (ctx.cipher_info->mode == MBEDTLS_MODE_GCM ||
817 int tag_expected = (ctx.cipher_info->mode == MBEDTLS_MODE_GCM ||
/mbedtls-3.5.0/include/mbedtls/
Dpsa_util.h93 case MBEDTLS_MODE_GCM: in mbedtls_psa_translate_cipher_mode()
Dcipher.h191 MBEDTLS_MODE_GCM, /**< The GCM cipher mode. */ enumerator
/mbedtls-3.5.0/programs/cipher/
Dcipher_aead_demo.c177 const char *mode_str = mode == MBEDTLS_MODE_GCM ? "GCM" in aead_info()
/mbedtls-3.5.0/programs/aes/
Dcrypt_and_hash.c408 if (mbedtls_cipher_info_get_mode(cipher_info) != MBEDTLS_MODE_GCM && in main()
/mbedtls-3.5.0/tests/src/test_helpers/
Dssl_helpers.c1274 case MBEDTLS_MODE_GCM: in mbedtls_test_ssl_build_transforms()