Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dcipher_wrap.c570 MBEDTLS_MODE_GCM,
581 MBEDTLS_MODE_GCM,
592 MBEDTLS_MODE_GCM,
953 MBEDTLS_MODE_GCM,
964 MBEDTLS_MODE_GCM,
975 MBEDTLS_MODE_GCM,
1330 MBEDTLS_MODE_GCM,
1341 MBEDTLS_MODE_GCM,
1352 MBEDTLS_MODE_GCM,
A Dcipher.c497 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_update_ad()
576 if( ctx->cipher_info->mode == MBEDTLS_MODE_GCM ) in mbedtls_cipher_update()
970 MBEDTLS_MODE_GCM == ctx->cipher_info->mode || in mbedtls_cipher_finish()
1132 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()
1377 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_aead_encrypt()
1458 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_aead_decrypt()
A Dssl_ticket.c146 if( cipher_info->mode != MBEDTLS_MODE_GCM && in mbedtls_ssl_ticket_setup()
A Dssl_msg.c853 if( mode == MBEDTLS_MODE_GCM || in mbedtls_ssl_encrypt_buf()
1193 if( mode == MBEDTLS_MODE_GCM || in mbedtls_ssl_decrypt_buf()
5313 case MBEDTLS_MODE_GCM: in mbedtls_ssl_get_record_expansion()
A Dssl_tls.c1093 if( cipher_info->mode == MBEDTLS_MODE_GCM || in ssl_populate_transform()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpsa_util.h91 case MBEDTLS_MODE_GCM: in mbedtls_psa_translate_cipher_mode()
A Dcipher.h201 MBEDTLS_MODE_GCM, /**< The GCM cipher mode. */ enumerator
A Dcompat-1.3.h1282 #define POLARSSL_MODE_GCM MBEDTLS_MODE_GCM

Completed in 46 milliseconds