Searched refs:mbedtls_chacha20_context (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | chacha20.h | 38 typedef struct mbedtls_chacha20_context { struct 43 mbedtls_chacha20_context; typedef 64 void mbedtls_chacha20_init(mbedtls_chacha20_context *ctx); 75 void mbedtls_chacha20_free(mbedtls_chacha20_context *ctx); 93 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx, 115 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, 148 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx,
|
H A D | chachapoly.h | 49 mbedtls_chacha20_context MBEDTLS_PRIVATE(chacha20_ctx); /**< The ChaCha20 context. */
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | chacha20.h | 38 typedef struct mbedtls_chacha20_context { struct 43 mbedtls_chacha20_context; typedef 64 void mbedtls_chacha20_init(mbedtls_chacha20_context *ctx); 75 void mbedtls_chacha20_free(mbedtls_chacha20_context *ctx); 93 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx, 115 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, 148 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx,
|
H A D | chachapoly.h | 49 mbedtls_chacha20_context MBEDTLS_PRIVATE(chacha20_ctx); /**< The ChaCha20 context. */
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | chacha20.c | 143 void mbedtls_chacha20_init(mbedtls_chacha20_context *ctx) in mbedtls_chacha20_init() 152 void mbedtls_chacha20_free(mbedtls_chacha20_context *ctx) in mbedtls_chacha20_free() 155 mbedtls_platform_zeroize(ctx, sizeof(mbedtls_chacha20_context)); in mbedtls_chacha20_free() 159 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() 181 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_starts() 201 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() 252 mbedtls_chacha20_context ctx; in mbedtls_chacha20_crypt()
|
H A D | cipher_wrap.c | 1841 if (0 != mbedtls_chacha20_setkey((mbedtls_chacha20_context *) ctx, key)) { in chacha20_setkey_wrap() 1864 mbedtls_chacha20_context *ctx; in chacha20_ctx_alloc() 1865 ctx = mbedtls_calloc(1, sizeof(mbedtls_chacha20_context)); in chacha20_ctx_alloc() 1878 mbedtls_chacha20_free((mbedtls_chacha20_context *) ctx); in chacha20_ctx_free()
|
H A D | cipher.c | 439 if (0 != mbedtls_chacha20_starts((mbedtls_chacha20_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | chacha20.c | 143 void mbedtls_chacha20_init(mbedtls_chacha20_context *ctx) in mbedtls_chacha20_init() 152 void mbedtls_chacha20_free(mbedtls_chacha20_context *ctx) in mbedtls_chacha20_free() 155 mbedtls_platform_zeroize(ctx, sizeof(mbedtls_chacha20_context)); in mbedtls_chacha20_free() 159 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() 181 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_starts() 201 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() 252 mbedtls_chacha20_context ctx; in mbedtls_chacha20_crypt()
|
H A D | cipher_wrap.c | 1893 if (0 != mbedtls_chacha20_setkey((mbedtls_chacha20_context *) ctx, key)) { in chacha20_setkey_wrap() 1916 mbedtls_chacha20_context *ctx; in chacha20_ctx_alloc() 1917 ctx = mbedtls_calloc(1, sizeof(mbedtls_chacha20_context)); in chacha20_ctx_alloc() 1930 mbedtls_chacha20_free((mbedtls_chacha20_context *) ctx); in chacha20_ctx_free()
|
H A D | cipher.c | 455 if (0 != mbedtls_chacha20_starts((mbedtls_chacha20_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|
/aosp_15_r20/external/mbedtls/tests/include/alt-dummy/ |
H A D | chacha20_alt.h | 10 typedef struct mbedtls_chacha20_context { struct 13 mbedtls_chacha20_context; argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/alt-dummy/ |
H A D | chacha20_alt.h | 10 typedef struct mbedtls_chacha20_context { struct 13 mbedtls_chacha20_context; argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_chacha20.function | 18 mbedtls_chacha20_context ctx;
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_chacha20.function | 18 mbedtls_chacha20_context ctx;
|