Searched refs:hmac_drbg (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/tests/ |
D | CMakeLists.txt | 82 add_test_suite(hmac_drbg hmac_drbg.misc) 83 add_test_suite(hmac_drbg hmac_drbg.no_reseed) 84 add_test_suite(hmac_drbg hmac_drbg.nopr) 85 add_test_suite(hmac_drbg hmac_drbg.pr)
|
/net-tools-3.4.0/mbedtls-2.4.0/programs/test/ |
D | benchmark.c | 242 havege, ctr_drbg, hmac_drbg, member 303 todo.hmac_drbg = 1; in main() 590 if( todo.hmac_drbg ) in main() 592 mbedtls_hmac_drbg_context hmac_drbg; in main() local 595 mbedtls_hmac_drbg_init( &hmac_drbg ); in main() 601 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main() 604 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in main() 606 mbedtls_hmac_drbg_free( &hmac_drbg ); in main() 608 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main() 610 mbedtls_hmac_drbg_set_prediction_resistance( &hmac_drbg, in main() [all …]
|
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | main.cpp | 342 havege, ctr_drbg, hmac_drbg, member 399 todo.hmac_drbg = 1; in benchmark() 636 if( todo.hmac_drbg ) in benchmark() 638 mbedtls_hmac_drbg_context hmac_drbg; in benchmark() local 641 mbedtls_hmac_drbg_init( &hmac_drbg ); in benchmark() 647 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in benchmark() 650 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in benchmark() 652 mbedtls_hmac_drbg_free( &hmac_drbg ); in benchmark() 654 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in benchmark() 656 mbedtls_hmac_drbg_set_prediction_resistance( &hmac_drbg, in benchmark() [all …]
|
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | Makefile | 56 hmac_drbg.o md.o md2.o \
|
D | CMakeLists.txt | 32 hmac_drbg.c
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_hmac_drbg.function | 2 #include "mbedtls/hmac_drbg.h"
|