Searched refs:OUTPUT_LEN (Results 1 – 3 of 3) sorted by relevance
/third_party/mbedtls/library/ |
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()
|
/third_party/libjpeg-turbo/ |
D | CMakeLists.txt | 13 function(pad_number NUMBER OUTPUT_LEN) 15 if(INPUT_LEN LESS OUTPUT_LEN) 16 math(EXPR ZEROES "${OUTPUT_LEN} - ${INPUT_LEN} - 1")
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | CMakeLists.txt | 13 function(pad_number NUMBER OUTPUT_LEN) 15 if(INPUT_LEN LESS OUTPUT_LEN) 16 math(EXPR ZEROES "${OUTPUT_LEN} - ${INPUT_LEN} - 1")
|