Home
last modified time | relevance | path

Searched refs:locals (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dctr_drbg.c619 } locals; in mbedtls_ctr_drbg_random_with_add() local
630 memset(locals.add_input, 0, MBEDTLS_CTR_DRBG_SEEDLEN); in mbedtls_ctr_drbg_random_with_add()
641 if ((ret = block_cipher_df(locals.add_input, additional, add_len)) != 0) { in mbedtls_ctr_drbg_random_with_add()
644 if ((ret = ctr_drbg_update_internal(ctx, locals.add_input)) != 0) { in mbedtls_ctr_drbg_random_with_add()
660 ctx->counter, locals.tmp)) != 0) { in mbedtls_ctr_drbg_random_with_add()
668 locals.tmp, MBEDTLS_CTR_DRBG_BLOCKSIZE, &tmp_len); in mbedtls_ctr_drbg_random_with_add()
680 memcpy(p, locals.tmp, use_len); in mbedtls_ctr_drbg_random_with_add()
685 if ((ret = ctr_drbg_update_internal(ctx, locals.add_input)) != 0) { in mbedtls_ctr_drbg_random_with_add()
692 mbedtls_platform_zeroize(&locals, sizeof(locals)); in mbedtls_ctr_drbg_random_with_add()
/openthread-latest/tests/scripts/thread-cert/
DCert_5_3_08_ChildAddressSet.py162 names = locals()
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py339 locals=local_vars)