Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dblowfish.c298 static void s_blowfish_encipher(ulong32 *L, ulong32 *R, const symmetric_key *skey) in s_blowfish_encipher() function
337 s_blowfish_encipher(d, d + 1, skey); in blowfish_enc()
396 s_blowfish_encipher(&B[0], &B[1], skey); in blowfish_expand()
410 s_blowfish_encipher(&B[0], &B[1], skey); in blowfish_expand()
490 s_blowfish_encipher(&L, &R, skey); in s_blowfish_ecb_encrypt()