Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dphmac_s390.c219 #define PARAM_INIT(x, y, z) \ in hash_key() macro
233 PARAM_INIT(256, 224, inlen * 8); in hash_key()
237 PARAM_INIT(256, 256, inlen * 8); in hash_key()
241 PARAM_INIT(512, 384, inlen * 8); in hash_key()
245 PARAM_INIT(512, 512, inlen * 8); in hash_key()
251 #undef PARAM_INIT in hash_key()