Searched refs:crypt (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | xts.c | 93 static int crypt(struct blkcipher_desc *d, in crypt() function 154 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in encrypt() 165 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt, in decrypt()
|
D | lrw.c | 138 static int crypt(struct blkcipher_desc *d, in crypt() function 202 return crypt(desc, &w, ctx, in encrypt() 213 return crypt(desc, &w, ctx, in decrypt()
|
D | cryptd.c | 190 int (*crypt)(struct blkcipher_desc *desc, in cryptd_blkcipher_crypt() 207 err = crypt(&desc, req->dst, req->src, req->nbytes); in cryptd_blkcipher_crypt() 639 int (*crypt)(struct aead_request *req)) in cryptd_aead_crypt() 647 err = crypt( req ); in cryptd_aead_crypt()
|
D | Kconfig | 275 narrow block cipher mode for dm-crypt. Use it with cipher 953 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 972 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 994 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 1017 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 1033 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
|