Home
last modified time | relevance | path

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

/crypto/
Dchacha20poly1305.c235 struct scatterlist *crypt = req->src; in poly_cipher() local
239 crypt = req->dst; in poly_cipher()
241 crypt = scatterwalk_ffwd(rctx->src, crypt, req->assoclen); in poly_cipher()
246 ahash_request_set_crypt(&preq->req, crypt, NULL, rctx->cryptlen); in poly_cipher()
Dxts.c164 int (*crypt)(struct skcipher_request *req)) in cts_final()
190 err = crypt(subreq); in cts_final()
Dskcipher.c621 int (*crypt)(struct blkcipher_desc *, in skcipher_crypt_blkcipher()
635 return crypt(&desc, req->dst, req->src, req->cryptlen); in skcipher_crypt_blkcipher()
722 int (*crypt)(struct ablkcipher_request *)) in skcipher_crypt_ablkcipher()
734 return crypt(subreq); in skcipher_crypt_ablkcipher()
DKconfig403 narrow block cipher mode for dm-crypt. Use it with cipher
497 dm-crypt. It uses the hash of the block encryption key as the
509 associated data (AAD) region (which is how dm-crypt uses it.)
1219 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1236 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1256 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1272 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1288 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
Dcryptd.c755 int (*crypt)(struct aead_request *req)) in cryptd_aead_crypt()
771 err = crypt( req ); in cryptd_aead_crypt()