Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dkhazad.c803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() argument
806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt()
Danubis.c575 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument
578 __be32 *dst = (__be32 *)ciphertext; in anubis_crypt()
/linux-4.19.296/fs/cifs/
Dcifsencrypt.c805 sg_init_one(&sgout, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in calc_seckey()
Dcifsglob.h154 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member
Dsess.c489 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()