Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_hmac_drbg.function74 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) - 4 ) == 0 );
87 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 );
97 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 );
105 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 );
111 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 );
116 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 );
170 TEST_ASSERT( mbedtls_hmac_drbg_random( &ctx, out, sizeof( out ) ) == 0 );
Dtest_suite_random.function75 TEST_EQUAL( 0, mbedtls_hmac_drbg_random( &drbg,
86 TEST_EQUAL( 0, mbedtls_hmac_drbg_random( &drbg,
/third_party/mbedtls/library/
Dhmac_drbg.c390 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len ) in mbedtls_hmac_drbg_random() function
439 if( ( ret = mbedtls_hmac_drbg_random( ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_hmac_drbg_write_seed_file()
579 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
580 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
602 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
603 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
Decdsa.c479 mbedtls_hmac_drbg_random, p_rng ); in ecdsa_sign_det_restartable()
482 mbedtls_hmac_drbg_random, p_rng, in ecdsa_sign_det_restartable()
/third_party/mbedtls/include/mbedtls/
Dhmac_drbg.h391 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len );
Dpsa_util.h504 static mbedtls_f_rng_t *const mbedtls_psa_get_random = mbedtls_hmac_drbg_random;
/third_party/mbedtls/programs/test/
Dbenchmark.c952 mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) ); in main()
959 mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) ); in main()
969 mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) ); in main()
976 mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) ); in main()
/third_party/mbedtls/programs/ssl/
Dssl_test_lib.c186 return( mbedtls_hmac_drbg_random( &rng->drbg, output, output_len ) ); in rng_get()
/third_party/mbedtls/
DChangeLog3266 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now