Searched refs:OUTPUT_LEN (Results 1 – 1 of 1) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | hmac_drbg.c | 415 #define OUTPUT_LEN 80 macro 424 static const unsigned char result_pr[OUTPUT_LEN] = { 439 static const unsigned char result_nopr[OUTPUT_LEN] = { 472 unsigned char buf[OUTPUT_LEN]; in mbedtls_hmac_drbg_self_test() 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() 490 CHK( memcmp( buf, result_pr, 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() 513 CHK( memcmp( buf, result_nopr, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
|