Searched refs:PARAM_INIT (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/s390/crypto/ |
| H A D | hmac_s390.c | 113 #define PARAM_INIT(x, y, z) \ in hash_key() macro 127 PARAM_INIT(256, 224, inlen * 8); in hash_key() 131 PARAM_INIT(256, 256, inlen * 8); in hash_key() 135 PARAM_INIT(512, 384, inlen * 8); in hash_key() 139 PARAM_INIT(512, 512, inlen * 8); in hash_key() 145 #undef PARAM_INIT in hash_key()
|