Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_random (Results 1 – 9 of 9) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Dhmac_drbg.c309 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()
Decdsa.c185 mbedtls_hmac_drbg_random, &rng_ctx ); in mbedtls_ecdsa_sign_det()
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_hmac_drbg.function62 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/
Dhmac_drbg.h250 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len );
Dcompat-1.3.h2019 #define hmac_drbg_random mbedtls_hmac_drbg_random
/net-tools-latest/mbedtls-2.4.0/programs/test/
Dbenchmark.c604 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/
Dmain.cpp650 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/
Drename-1.3-2.0.txt1563 hmac_drbg_random mbedtls_hmac_drbg_random
/net-tools-latest/mbedtls-2.4.0/
DChangeLog506 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now