Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dcipher_wrap.c543 MBEDTLS_MODE_GCM,
554 MBEDTLS_MODE_GCM,
565 MBEDTLS_MODE_GCM,
951 MBEDTLS_MODE_GCM,
962 MBEDTLS_MODE_GCM,
973 MBEDTLS_MODE_GCM,
1360 MBEDTLS_MODE_GCM,
1371 MBEDTLS_MODE_GCM,
1382 MBEDTLS_MODE_GCM,
Dcipher.c399 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_set_iv()
481 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()
963 MBEDTLS_MODE_GCM == ctx->cipher_info->mode || in mbedtls_cipher_finish()
1126 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_write_tag()
1185 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_check_tag()
1382 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_aead_encrypt()
1463 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_aead_decrypt()
Dssl_ticket.c142 if( mbedtls_cipher_info_get_mode( cipher_info ) != MBEDTLS_MODE_GCM && in mbedtls_ssl_ticket_setup()
Dpsa_crypto_cipher.c78 mode = MBEDTLS_MODE_GCM; in mbedtls_cipher_info_from_psa()
Dssl_msg.c739 if( mode == MBEDTLS_MODE_GCM || in mbedtls_ssl_encrypt_buf()
1063 if( mode == MBEDTLS_MODE_GCM || in mbedtls_ssl_decrypt_buf()
4868 case MBEDTLS_MODE_GCM: in mbedtls_ssl_get_record_expansion()
Dssl_tls.c822 if( mbedtls_cipher_info_get_mode( cipher_info ) == MBEDTLS_MODE_GCM || in ssl_tls12_populate_transform()
/third_party/mbedtls/include/mbedtls/
Dpsa_util.h95 case MBEDTLS_MODE_GCM: in mbedtls_psa_translate_cipher_mode()
Dcipher.h196 MBEDTLS_MODE_GCM, /**< The GCM cipher mode. */ enumerator
/third_party/mbedtls/programs/aes/
Dcrypt_and_hash.c466 if( mbedtls_cipher_info_get_mode( cipher_info ) != MBEDTLS_MODE_GCM && in main()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1324 case MBEDTLS_MODE_GCM: