Searched refs:MAX_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance
19 #define MAX_DIGEST_SIZE 64 macro
1625 char temp[MAX_DIGEST_SIZE*2]; in fips_mct_sha_test()1630 md[i].val = rte_malloc(NULL, (MAX_DIGEST_SIZE*2), 0); in fips_mct_sha_test()1633 vec.pt.val = rte_malloc(NULL, (MAX_DIGEST_SIZE*SHA_MD_BLOCK), 0); in fips_mct_sha_test()
24 #define MAX_DIGEST_SIZE 32 /* Bytes -- 256 bits */ macro