Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dgcm.h63 typedef struct mbedtls_gcm_context struct
77 mbedtls_gcm_context; argument
94 void mbedtls_gcm_init( mbedtls_gcm_context *ctx );
112 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
168 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,
213 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
241 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
273 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
294 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
305 void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
A Dcompat-1.3.h1955 #define gcm_context mbedtls_gcm_context
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dgcm.h63 typedef struct mbedtls_gcm_context struct
77 mbedtls_gcm_context; argument
94 void mbedtls_gcm_init( mbedtls_gcm_context *ctx );
112 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
168 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,
213 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
241 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
273 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
294 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
305 void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
A Dcompat-1.3.h1955 #define gcm_context mbedtls_gcm_context
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dgcm.h63 typedef struct mbedtls_gcm_context struct
77 mbedtls_gcm_context; argument
94 void mbedtls_gcm_init( mbedtls_gcm_context *ctx );
112 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
168 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,
213 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
241 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
273 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
294 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
305 void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
A Dcompat-1.3.h1955 #define gcm_context mbedtls_gcm_context
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dgcm.h63 typedef struct mbedtls_gcm_context struct
77 mbedtls_gcm_context; argument
94 void mbedtls_gcm_init( mbedtls_gcm_context *ctx );
112 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
168 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,
213 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
241 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
273 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
294 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
305 void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
A Dcompat-1.3.h1955 #define gcm_context mbedtls_gcm_context
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dgcm.h63 typedef struct mbedtls_gcm_context struct
77 mbedtls_gcm_context; argument
94 void mbedtls_gcm_init( mbedtls_gcm_context *ctx );
112 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
168 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,
213 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
241 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
273 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,
294 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,
305 void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
A Dcompat-1.3.h1955 #define gcm_context mbedtls_gcm_context
/optee_os/lib/libmbedtls/mbedtls/library/
A Dgcm.c87 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()
271 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx, in mbedtls_gcm_starts()
358 int mbedtls_gcm_update( mbedtls_gcm_context *ctx, in mbedtls_gcm_update()
421 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx, in mbedtls_gcm_finish()
462 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx, in mbedtls_gcm_crypt_and_tag()
495 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx, in mbedtls_gcm_auth_decrypt()
538 void mbedtls_gcm_free( mbedtls_gcm_context *ctx ) in mbedtls_gcm_free()
[all …]
A Dcipher_wrap.c93 void *ctx = mbedtls_calloc( 1, sizeof( mbedtls_gcm_context ) ); in gcm_ctx_alloc()
96 mbedtls_gcm_init( (mbedtls_gcm_context *) ctx ); in gcm_ctx_alloc()
103 memcpy( dst, src, sizeof( mbedtls_gcm_context ) ); in gcm_ctx_clone()
536 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_AES, in gcm_aes_setkey_wrap()
919 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_CAMELLIA, in gcm_camellia_setkey_wrap()
1297 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_ARIA, in gcm_aria_setkey_wrap()
A Dcipher.c508 return( mbedtls_gcm_starts( (mbedtls_gcm_context *) ctx->cipher_ctx, ctx->operation, in mbedtls_cipher_update_ad()
588 return( mbedtls_gcm_update( (mbedtls_gcm_context *) ctx->cipher_ctx, ilen, input, in mbedtls_cipher_update()
1142 return( mbedtls_gcm_finish( (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_write_tag()
1194 (mbedtls_gcm_context *) ctx->cipher_ctx, in mbedtls_cipher_check_tag()

Completed in 100 milliseconds