Home
last modified time | relevance | path

Searched refs:mbedtls_aes_init (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_aes.function23 mbedtls_aes_init(master);
31 mbedtls_aes_init(master);
77 mbedtls_aes_init(&ctx);
108 mbedtls_aes_init(&ctx);
166 mbedtls_aes_init(&ctx);
177 mbedtls_aes_init(&ctx);
218 mbedtls_aes_init(&ctx);
242 mbedtls_aes_init(&ctx);
267 mbedtls_aes_init(&ctx);
416 mbedtls_aes_init(&ctx);
[all …]
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_aes.function22 mbedtls_aes_init(master);
30 mbedtls_aes_init(master);
75 mbedtls_aes_init(&ctx);
98 mbedtls_aes_init(&ctx);
122 mbedtls_aes_init(&ctx);
147 mbedtls_aes_init(&ctx);
296 mbedtls_aes_init(&ctx);
319 mbedtls_aes_init(&ctx);
341 mbedtls_aes_init(&ctx);
364 mbedtls_aes_init(&ctx);
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c725 mbedtls_aes_init(&aes); in main()
745 mbedtls_aes_init(&aes); in main()
763 mbedtls_aes_init(&aes); in main()
785 mbedtls_aes_init(&aes); in main()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genaes.c80 mbedtls_aes_init(&ctx->u.ctx); in lws_genaes_create()
194 mbedtls_aes_init(&ctx); in lws_genaes_rfc3394_wrap()
/aosp_15_r20/external/mbedtls/library/
H A Dctr_drbg.c35 mbedtls_aes_init(&ctx->aes_ctx); in mbedtls_ctr_drbg_init()
132 mbedtls_aes_init(&aes_ctx); in block_cipher_df()
H A Daes.c524 void mbedtls_aes_init(mbedtls_aes_context *ctx) in mbedtls_aes_init() function
541 mbedtls_aes_init(&ctx->crypt); in mbedtls_aes_xts_init()
542 mbedtls_aes_init(&ctx->tweak); in mbedtls_aes_xts_init()
734 mbedtls_aes_init(&cty); in mbedtls_aes_setkey_dec()
1877 mbedtls_aes_init(&ctx); in mbedtls_aes_self_test()
H A Dpem.c223 mbedtls_aes_init(&aes_ctx); in pem_aes_decrypt()
H A Dcipher_wrap.c249 mbedtls_aes_init(aes); in aes_ctx_alloc()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Daes.h107 void mbedtls_aes_init(mbedtls_aes_context *ctx);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Daes.h107 void mbedtls_aes_init(mbedtls_aes_context *ctx);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dctr_drbg.c77 mbedtls_aes_init(&ctx->aes_ctx); in mbedtls_ctr_drbg_init()
213 mbedtls_aes_init(&aes_ctx); in block_cipher_df()
H A Dblock_cipher.c103 mbedtls_aes_init(&ctx->ctx.aes); in mbedtls_block_cipher_setup()
H A Daes.c492 void mbedtls_aes_init(mbedtls_aes_context *ctx) in mbedtls_aes_init() function
509 mbedtls_aes_init(&ctx->crypt); in mbedtls_aes_xts_init()
510 mbedtls_aes_init(&ctx->tweak); in mbedtls_aes_xts_init()
698 mbedtls_aes_init(&cty); in mbedtls_aes_setkey_dec()
1845 mbedtls_aes_init(&ctx); in mbedtls_aes_self_test()
H A Dpem.c223 mbedtls_aes_init(&aes_ctx); in pem_aes_decrypt()
H A Dcipher_wrap.c255 mbedtls_aes_init(aes); in aes_ctx_alloc()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Ddh_client.c72 mbedtls_aes_init(&aes); in main()
H A Ddh_server.c75 mbedtls_aes_init(&aes); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Ddh_client.c79 mbedtls_aes_init(&aes); in main()
H A Ddh_server.c74 mbedtls_aes_init(&aes); in main()
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c435 mbedtls_aes_init(&aes_ctx); in image_encrypt()
493 mbedtls_aes_init(&aes_ctx); in image_encrypt()
/aosp_15_r20/external/arm-trusted-firmware/tools/marvell/doimage/
H A Ddoimage.c440 mbedtls_aes_init(&aes_ctx); in image_encrypt()
498 mbedtls_aes_init(&aes_ctx); in image_encrypt()
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp97 mbedtls_aes_init(context); in otPlatCryptoAesInit()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c709 mbedtls_aes_init(&aes); in main()