Searched refs:s_blowfish_stream2word (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | blowfish.c | 342 static ulong32 s_blowfish_stream2word(const unsigned char *d, int dlen, int *cur) in s_blowfish_stream2word() function 382 A = s_blowfish_stream2word(key, keylen, &i); in blowfish_expand() 392 B[0] ^= s_blowfish_stream2word(data, datalen, &i); in blowfish_expand() 393 B[1] ^= s_blowfish_stream2word(data, datalen, &i); in blowfish_expand() 406 B[0] ^= s_blowfish_stream2word(data, datalen, &i); in blowfish_expand() 407 B[1] ^= s_blowfish_stream2word(data, datalen, &i); in blowfish_expand()
|