Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtwofish_common.c555 #define CALC_K256_2(a, b, j) \ macro
562 x = CALC_K256_2 (k, l, 0); \
563 y = CALC_K256_2 (m, n, 4); \