Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dblowfish.c295 …ne F(x) ((skey->blowfish.S[0][LTC_BYTE(x,3)] + skey->blowfish.S[1][LTC_BYTE(x,2)]) ^ skey->blowfis…
306 S1 = skey->blowfish.S[0]; in s_blowfish_encipher()
307 S2 = skey->blowfish.S[1]; in s_blowfish_encipher()
308 S3 = skey->blowfish.S[2]; in s_blowfish_encipher()
309 S4 = skey->blowfish.S[3]; in s_blowfish_encipher()
317 l ^= skey->blowfish.K[rounds++]; r ^= F(l); in s_blowfish_encipher()
318 r ^= skey->blowfish.K[rounds++]; l ^= F(r); in s_blowfish_encipher()
319 l ^= skey->blowfish.K[rounds++]; r ^= F(l); in s_blowfish_encipher()
320 r ^= skey->blowfish.K[rounds++]; l ^= F(r); in s_blowfish_encipher()
324 l ^= skey->blowfish.K[16]; in s_blowfish_encipher()
[all …]
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h191 struct blowfish_key blowfish; member
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog5859 * Added blowfish algorithm (Generic and cipher layer)