Home
last modified time | relevance | path

Searched refs:sgout (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/cifs/
Dsmbencrypt.c74 struct scatterlist sgin, sgout; in smbhash() local
91 sg_init_one(&sgout, out, 8); in smbhash()
93 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, 8); in smbhash()
Dcifsencrypt.c793 struct scatterlist sgin, sgout; in calc_seckey() local
817 sg_init_one(&sgout, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in calc_seckey()
819 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, CIFS_CPHTXT_SIZE); in calc_seckey()
/linux-4.1.27/crypto/
Dtestmgr.c429 struct scatterlist *sgout; in __test_aead() local
459 sgout = &asg[8]; in __test_aead()
542 sg_init_one(&sgout[0], output, template[i].rlen); in __test_aead()
551 aead_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_aead()
636 sg_init_table(sgout, template[i].np); in __test_aead()
652 sg_set_buf(&sgout[k], q, template[i].tap[k]); in __test_aead()
680 sgout[k - 1].length += authsize; in __test_aead()
700 aead_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_aead()
916 struct scatterlist sgout[8]; in __test_skcipher() local
989 sg_init_one(&sgout[0], data, template[i].ilen); in __test_skcipher()
[all …]
Dtcrypt.c280 struct scatterlist *sgout; in test_aead_speed() local
315 sgout = &asg[8]; in test_aead_speed()
380 sg_init_aead(&sgout[0], xoutbuf, in test_aead_speed()
383 aead_request_set_crypt(req, sg, sgout, *b_size, iv); in test_aead_speed()