Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dkhazad.c821 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() argument
859 ciphertext[0] = (u8)(state >> 56); in khazad_crypt()
860 ciphertext[1] = (u8)(state >> 48); in khazad_crypt()
861 ciphertext[2] = (u8)(state >> 40); in khazad_crypt()
862 ciphertext[3] = (u8)(state >> 32); in khazad_crypt()
863 ciphertext[4] = (u8)(state >> 24); in khazad_crypt()
864 ciphertext[5] = (u8)(state >> 16); in khazad_crypt()
865 ciphertext[6] = (u8)(state >> 8); in khazad_crypt()
866 ciphertext[7] = (u8)(state ); in khazad_crypt()
Danubis.c579 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument
668 ciphertext[pos ] = (u8)(w >> 24); in anubis_crypt()
669 ciphertext[pos + 1] = (u8)(w >> 16); in anubis_crypt()
670 ciphertext[pos + 2] = (u8)(w >> 8); in anubis_crypt()
671 ciphertext[pos + 3] = (u8)(w ); in anubis_crypt()