Searched refs:mbedtls_chacha20_context (Results 1 – 13 of 13) sorted by relevance
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | chacha20.h | 60 typedef struct mbedtls_chacha20_context struct 66 mbedtls_chacha20_context; argument 87 void mbedtls_chacha20_init( mbedtls_chacha20_context *ctx ); 98 void mbedtls_chacha20_free( mbedtls_chacha20_context *ctx ); 116 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, 138 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
A D | chachapoly.h | 64 mbedtls_chacha20_context chacha20_ctx; /**< The ChaCha20 context. */
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | chacha20.h | 60 typedef struct mbedtls_chacha20_context struct 66 mbedtls_chacha20_context; argument 87 void mbedtls_chacha20_init( mbedtls_chacha20_context *ctx ); 98 void mbedtls_chacha20_free( mbedtls_chacha20_context *ctx ); 116 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, 138 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
A D | chachapoly.h | 64 mbedtls_chacha20_context chacha20_ctx; /**< The ChaCha20 context. */
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | chacha20.h | 60 typedef struct mbedtls_chacha20_context struct 66 mbedtls_chacha20_context; argument 87 void mbedtls_chacha20_init( mbedtls_chacha20_context *ctx ); 98 void mbedtls_chacha20_free( mbedtls_chacha20_context *ctx ); 116 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, 138 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
A D | chachapoly.h | 64 mbedtls_chacha20_context chacha20_ctx; /**< The ChaCha20 context. */
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | chacha20.h | 60 typedef struct mbedtls_chacha20_context struct 66 mbedtls_chacha20_context; typedef 87 void mbedtls_chacha20_init( mbedtls_chacha20_context *ctx ); 98 void mbedtls_chacha20_free( mbedtls_chacha20_context *ctx ); 116 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, 138 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
A D | chachapoly.h | 64 mbedtls_chacha20_context chacha20_ctx; /**< The ChaCha20 context. */
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | chacha20.h | 60 typedef struct mbedtls_chacha20_context struct 66 mbedtls_chacha20_context; argument 87 void mbedtls_chacha20_init( mbedtls_chacha20_context *ctx ); 98 void mbedtls_chacha20_free( mbedtls_chacha20_context *ctx ); 116 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, 138 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
A D | chachapoly.h | 64 mbedtls_chacha20_context chacha20_ctx; /**< The ChaCha20 context. */
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | chacha20.c | 183 void mbedtls_chacha20_init( mbedtls_chacha20_context *ctx ) in mbedtls_chacha20_init() 194 void mbedtls_chacha20_free( mbedtls_chacha20_context *ctx ) in mbedtls_chacha20_free() 198 mbedtls_platform_zeroize( ctx, sizeof( mbedtls_chacha20_context ) ); in mbedtls_chacha20_free() 202 int mbedtls_chacha20_setkey( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() 227 int mbedtls_chacha20_starts( mbedtls_chacha20_context* ctx, in mbedtls_chacha20_starts() 250 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() 322 mbedtls_chacha20_context ctx; in mbedtls_chacha20_crypt()
|
A D | cipher_wrap.c | 1957 if ( 0 != mbedtls_chacha20_setkey( (mbedtls_chacha20_context*)ctx, key ) ) in chacha20_setkey_wrap() 1978 mbedtls_chacha20_context *ctx; in chacha20_ctx_alloc() 1979 ctx = mbedtls_calloc( 1, sizeof( mbedtls_chacha20_context ) ); in chacha20_ctx_alloc() 1991 mbedtls_chacha20_free( (mbedtls_chacha20_context *) ctx ); in chacha20_ctx_free()
|
A D | cipher.c | 448 if ( 0 != mbedtls_chacha20_starts( (mbedtls_chacha20_context*)ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|
Completed in 29 milliseconds