Searched refs:MAX_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance
19 #define MAX_DIGEST_SIZE 64 macro
1613 char temp[MAX_DIGEST_SIZE*2]; in fips_mct_sha_test()1617 val.val = rte_malloc(NULL, (MAX_DIGEST_SIZE*SHA_MD_BLOCK), 0); in fips_mct_sha_test()1619 md[i].val = rte_malloc(NULL, (MAX_DIGEST_SIZE*2), 0); in fips_mct_sha_test()1622 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