Searched refs:mbedtls_hmac_drbg_random (Results 1 – 9 of 9) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | hmac_drbg.c | 309 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len ) in mbedtls_hmac_drbg_random() function 354 if( ( ret = mbedtls_hmac_drbg_random( ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_hmac_drbg_write_seed_file() 488 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test() 489 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test() 511 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test() 512 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
|
D | ecdsa.c | 185 mbedtls_hmac_drbg_random, &rng_ctx ); in mbedtls_ecdsa_sign_det()
|
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_hmac_drbg.function | 62 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) - 4 ) == 0 ); 77 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 ); 84 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 ); 92 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 ); 98 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 ); 103 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 ); 155 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 );
|
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | hmac_drbg.h | 250 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len );
|
D | compat-1.3.h | 2019 #define hmac_drbg_random mbedtls_hmac_drbg_random
|
/net-tools-latest/mbedtls-2.4.0/programs/test/ |
D | benchmark.c | 604 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in main() 613 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in main() 625 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in main() 634 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in main()
|
/net-tools-latest/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | main.cpp | 650 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in benchmark() 659 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in benchmark() 671 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in benchmark() 680 if( mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) != 0 ) in benchmark()
|
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1563 hmac_drbg_random mbedtls_hmac_drbg_random
|
/net-tools-latest/mbedtls-2.4.0/ |
D | ChangeLog | 506 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now
|