Home
last modified time | relevance | path

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

/linux/crypto/
H A Dwp512.c29 #define WP512_DIGEST_SIZE 64 macro
40 u64 hash[WP512_DIGEST_SIZE/8];
1056 for (i = 0; i < WP512_DIGEST_SIZE/8; i++) in wp512_finup()
1069 memzero_explicit(D, WP512_DIGEST_SIZE); in wp384_finup()
1081 memzero_explicit(D, WP512_DIGEST_SIZE); in wp256_finup()
1087 .digestsize = WP512_DIGEST_SIZE,
/linux/include/crypto/
H A Dhash_info.h26 #define WP512_DIGEST_SIZE 64 macro
/linux/lib/crypto/
H A Dhash_info.c52 [HASH_ALGO_WP_512] = WP512_DIGEST_SIZE,