Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dhmac_drbg.c467 #define OUTPUT_LEN 80 macro
476 static const unsigned char result_pr[OUTPUT_LEN] = {
491 static const unsigned char result_nopr[OUTPUT_LEN] = {
524 unsigned char buf[OUTPUT_LEN]; in mbedtls_hmac_drbg_self_test()
540 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
541 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
542 CHK( memcmp( buf, result_pr, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
563 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
564 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
565 CHK( memcmp( buf, result_nopr, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()

Completed in 3 milliseconds