Searched refs:hmac_drbg (Results 1 – 8 of 8) sorted by relevance
/mbedtls-3.5.0/programs/test/ |
D | benchmark.c | 514 ctr_drbg, hmac_drbg, member 585 todo.hmac_drbg = 1; in main() 900 if (todo.hmac_drbg) { in main() 901 mbedtls_hmac_drbg_context hmac_drbg; in main() local 904 mbedtls_hmac_drbg_init(&hmac_drbg); in main() 911 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main() 915 mbedtls_hmac_drbg_random(&hmac_drbg, buf, BUFSIZE)); in main() 917 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main() 920 mbedtls_hmac_drbg_set_prediction_resistance(&hmac_drbg, in main() 923 mbedtls_hmac_drbg_random(&hmac_drbg, buf, BUFSIZE)); in main() [all …]
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_random.function | 9 #include "mbedtls/hmac_drbg.h"
|
D | test_suite_hmac_drbg.function | 2 #include "mbedtls/hmac_drbg.h"
|
/mbedtls-3.5.0/scripts/data_files/ |
D | query_config.fmt | 58 #include "mbedtls/hmac_drbg.h"
|
/mbedtls-3.5.0/library/ |
D | Makefile | 112 hmac_drbg.o \
|
D | CMakeLists.txt | 47 hmac_drbg.c
|
/mbedtls-3.5.0/docs/architecture/psa-migration/ |
D | strategy.md | 273 `mbedtls_sha256` (or `mbedtls_sha512` optionally); `hmac_drbg.c` calls the
|
/mbedtls-3.5.0/ |
D | ChangeLog | 2523 * Fix failure in hmac_drbg in the benchmark sample application, when
|