Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c249 static void h_func(const unsigned char *in, unsigned char *out, unsigned char *M, int k, int offset) in h_func() function
395 h_func(tmp, tmp2, M, k, 0); in _twofish_setup()
402 h_func(tmp, tmp2, M, k, 1); in _twofish_setup()