Home
last modified time | relevance | path

Searched refs:MBEDTLS_GCM_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/
Dgcm_alt.h18 #define MBEDTLS_GCM_ENCRYPT 1 macro
/trusted-firmware-m-latest/interface/include/mbedtls/
Dgcm.h33 #define MBEDTLS_GCM_ENCRYPT 1 macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_gcm.c88 MBEDTLS_GCM_ENCRYPT, in runIt_gcmProfiling()
163 MBEDTLS_GCM_ENCRYPT, in runIt_gcm()
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Dgcm_alt.c355 GCM_VALIDATE_RET( mode != MBEDTLS_GCM_ENCRYPT || mode != MBEDTLS_GCM_DECRYPT); in gcm_starts()
480 if( ctx->mode == MBEDTLS_GCM_ENCRYPT ) in gcm_update()