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

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

Completed in 127 milliseconds