Searched refs:crypt (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/net/ |
D | lib80211.h | 106 struct lib80211_crypt_data *crypt[NUM_WEP_KEYS]; member 120 struct lib80211_crypt_data **crypt);
|
/linux-4.19.296/crypto/ |
D | chacha20poly1305.c | 250 struct scatterlist *crypt = req->src; in poly_cipher() local 254 crypt = req->dst; in poly_cipher() 257 crypt = scatterwalk_ffwd(rctx->src, crypt, req->assoclen); in poly_cipher() 262 ahash_request_set_crypt(&preq->req, crypt, NULL, rctx->cryptlen); in poly_cipher()
|
D | skcipher.c | 625 int (*crypt)(struct blkcipher_desc *, in skcipher_crypt_blkcipher() 639 return crypt(&desc, req->dst, req->src, req->cryptlen); in skcipher_crypt_blkcipher() 726 int (*crypt)(struct ablkcipher_request *)) in skcipher_crypt_ablkcipher() 738 return crypt(subreq); in skcipher_crypt_ablkcipher()
|
D | cryptd.c | 238 int (*crypt)(struct blkcipher_desc *desc, in cryptd_blkcipher_crypt() 258 err = crypt(&desc, req->dst, req->src, req->nbytes); in cryptd_blkcipher_crypt() 954 int (*crypt)(struct aead_request *req)) in cryptd_aead_crypt() 970 err = crypt( req ); in cryptd_aead_crypt()
|
D | Kconfig | 468 narrow block cipher mode for dm-crypt. Use it with cipher 1257 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 1274 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 1294 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 1310 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 1326 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
|