Searched refs:WP512_DIGEST_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
H A Dhash_info.c51 [HASH_ALGO_WP_512] = WP512_DIGEST_SIZE,
H A Dwp512.c29 #define WP512_DIGEST_SIZE 64 macro
43 u64 hash[WP512_DIGEST_SIZE/8];
1092 for (i = 0; i < WP512_DIGEST_SIZE/8; i++) wp512_final()
1106 memzero_explicit(D, WP512_DIGEST_SIZE); wp384_final()
1117 memzero_explicit(D, WP512_DIGEST_SIZE); wp256_final()
1123 .digestsize = WP512_DIGEST_SIZE,
/linux-4.4.14/include/crypto/
H A Dhash_info.h28 #define WP512_DIGEST_SIZE 64 macro

Completed in 48 milliseconds