Searched refs:sgin (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | smbencrypt.c | 74 struct scatterlist sgin, sgout; in smbhash() local 90 sg_init_one(&sgin, in, 8); in smbhash() 93 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, 8); in smbhash()
|
D | cifsencrypt.c | 793 struct scatterlist sgin, sgout; in calc_seckey() local 816 sg_init_one(&sgin, sec_key, CIFS_SESS_KEY_SIZE); in calc_seckey() 819 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, CIFS_CPHTXT_SIZE); in calc_seckey()
|