Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_seed (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dhmac_drbg.c200 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed() function
536 CHK( mbedtls_hmac_drbg_seed( &ctx, md_info, in mbedtls_hmac_drbg_self_test()
559 CHK( mbedtls_hmac_drbg_seed( &ctx, md_info, in mbedtls_hmac_drbg_self_test()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dhmac_drbg.h134 int mbedtls_hmac_drbg_seed( mbedtls_hmac_drbg_context *ctx,
/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c715 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main()
720 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main()
732 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main()
737 if( mbedtls_hmac_drbg_seed( &hmac_drbg, md_info, myrand, NULL, NULL, 0 ) != 0 ) in main()
/AliOS-Things-master/components/mbedtls/
A DChangeLog1453 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()

Completed in 10 milliseconds