Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dgcm.h60 typedef struct mbedtls_gcm_context struct
74 mbedtls_gcm_context; typedef
91 void mbedtls_gcm_init( mbedtls_gcm_context *ctx );
109 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
165 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,
210 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
234 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
259 int mbedtls_gcm_update_ad( mbedtls_gcm_context *ctx,
314 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
352 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
[all …]
/mbedtls-development/tests/suites/
A Dtest_suite_gcm.function173 mbedtls_gcm_context ctx;
199 mbedtls_gcm_context ctx;
245 mbedtls_gcm_context ctx;
298 mbedtls_gcm_context ctx;
320 mbedtls_gcm_context ctx;
339 mbedtls_gcm_context ctx;
359 mbedtls_gcm_context ctx;
382 mbedtls_gcm_context ctx;
402 mbedtls_gcm_context ctx;
417 mbedtls_gcm_context ctx;
[all …]
/mbedtls-development/tests/include/alt-dummy/
A Dgcm_alt.h22 typedef struct mbedtls_gcm_context struct
26 mbedtls_gcm_context; argument
/mbedtls-development/library/
A Dgcm.c64 void mbedtls_gcm_init( mbedtls_gcm_context *ctx ) in mbedtls_gcm_init()
67 memset( ctx, 0, sizeof( mbedtls_gcm_context ) ); in mbedtls_gcm_init()
78 static int gcm_gen_table( mbedtls_gcm_context *ctx ) in gcm_gen_table()
138 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey()
248 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx, in mbedtls_gcm_starts()
329 int mbedtls_gcm_update_ad( mbedtls_gcm_context *ctx, in mbedtls_gcm_update_ad()
394 static int gcm_mask( mbedtls_gcm_context *ctx, in gcm_mask()
422 int mbedtls_gcm_update( mbedtls_gcm_context *ctx, in mbedtls_gcm_update()
510 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx, in mbedtls_gcm_finish()
647 void mbedtls_gcm_free( mbedtls_gcm_context *ctx ) in mbedtls_gcm_free()
[all …]
A Dcipher_wrap.c83 void *ctx = mbedtls_calloc( 1, sizeof( mbedtls_gcm_context ) ); in gcm_ctx_alloc()
86 mbedtls_gcm_init( (mbedtls_gcm_context *) ctx ); in gcm_ctx_alloc()
510 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_AES, in gcm_aes_setkey_wrap()
918 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_CAMELLIA, in gcm_camellia_setkey_wrap()
1327 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_ARIA, in gcm_aria_setkey_wrap()
A Dcipher.c421 return( mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
503 return( mbedtls_gcm_update_ad( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_update_ad()
582 return( mbedtls_gcm_update( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_update()
1151 return( mbedtls_gcm_finish( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_write_tag()
1209 (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_check_tag()
/mbedtls-development/include/psa/
A Dcrypto_builtin_composites.h103 mbedtls_gcm_context MBEDTLS_PRIVATE(gcm);
/mbedtls-development/programs/test/
A Dbenchmark.c762 mbedtls_gcm_context gcm; in main()

Completed in 15 milliseconds