Searched refs:OUTPUT_LEN (Results 1 – 1 of 1) sorted by relevance
/mbedtls-development/library/ |
A D | hmac_drbg.c | 506 #define OUTPUT_LEN 80 macro 515 static const unsigned char result_pr[OUTPUT_LEN] = { 530 static const unsigned char result_nopr[OUTPUT_LEN] = { 563 unsigned char buf[OUTPUT_LEN]; in mbedtls_hmac_drbg_self_test() 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() 581 CHK( memcmp( buf, result_pr, 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() 604 CHK( memcmp( buf, result_nopr, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
|
Completed in 3 milliseconds