Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_context (Results 1 – 9 of 9) sorted by relevance

/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dgcm.h54 mbedtls_gcm_context; typedef
63 void mbedtls_gcm_init( mbedtls_gcm_context *ctx );
75 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
102 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,
135 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
158 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
182 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
198 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
207 void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
Dcompat-1.3.h1999 #define gcm_context mbedtls_gcm_context
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dgcm.c88 void mbedtls_gcm_init( mbedtls_gcm_context *ctx ) in mbedtls_gcm_init()
90 memset( ctx, 0, sizeof( mbedtls_gcm_context ) ); in mbedtls_gcm_init()
101 static int gcm_gen_table( mbedtls_gcm_context *ctx ) in gcm_gen_table()
161 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey()
210 static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult()
266 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx, in mbedtls_gcm_starts()
347 int mbedtls_gcm_update( mbedtls_gcm_context *ctx, in mbedtls_gcm_update()
406 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx, in mbedtls_gcm_finish()
441 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx, in mbedtls_gcm_crypt_and_tag()
467 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx, in mbedtls_gcm_auth_decrypt()
[all …]
Dcipher.c262 return mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, ctx->operation, in mbedtls_cipher_update_ad()
304 return mbedtls_gcm_update( (mbedtls_gcm_context *) ctx->cipher_ctx, ilen, input, in mbedtls_cipher_update()
764 return mbedtls_gcm_finish( (mbedtls_gcm_context *) ctx->cipher_ctx, tag, tag_len ); in mbedtls_cipher_write_tag()
789 if( 0 != ( ret = mbedtls_gcm_finish( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_check_tag()
Dcipher_wrap.c80 void *ctx = mbedtls_calloc( 1, sizeof( mbedtls_gcm_context ) ); in gcm_ctx_alloc()
83 mbedtls_gcm_init( (mbedtls_gcm_context *) ctx ); in gcm_ctx_alloc()
344 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_AES, in gcm_aes_setkey_wrap()
701 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_CAMELLIA, in gcm_camellia_setkey_wrap()
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_gcm.function25 mbedtls_gcm_context ctx;
75 mbedtls_gcm_context ctx;
/net-tools-3.7.0/mbedtls-2.4.0/programs/test/
Dbenchmark.c435 mbedtls_gcm_context gcm; in main()
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/example-benchmark/
Dmain.cpp512 mbedtls_gcm_context gcm; in benchmark()
/net-tools-3.7.0/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1543 gcm_context mbedtls_gcm_context