Searched refs:MBEDTLS_GCM_DECRYPT (Results 1 – 4 of 4) sorted by relevance
31 #define MBEDTLS_GCM_DECRYPT 0 macro
745 #define GCM_DECRYPT MBEDTLS_GCM_DECRYPT
389 if( ctx->mode == MBEDTLS_GCM_DECRYPT ) in mbedtls_gcm_update()483 if( ( ret = mbedtls_gcm_crypt_and_tag( ctx, MBEDTLS_GCM_DECRYPT, length, in mbedtls_gcm_auth_decrypt()786 ret = mbedtls_gcm_crypt_and_tag( &ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()880 ret = mbedtls_gcm_starts( &ctx, MBEDTLS_GCM_DECRYPT, in mbedtls_gcm_self_test()
85 GCM_DECRYPT MBEDTLS_GCM_DECRYPT