Home
last modified time | relevance | path

Searched refs:crypto_skcipher_alignmask (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/crypto/
Dcts.c73 crypto_skcipher_alignmask(tfm) + 1); in crypto_cts_reqctx_space()
299 align = crypto_skcipher_alignmask(tfm); in crypto_cts_init_tfm()
Dctr.c291 unsigned long align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_crypt()
329 align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_init_tfm()
Dskcipher.c467 walk->alignmask = crypto_skcipher_alignmask(tfm); in skcipher_walk_skcipher()
787 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in skcipher_setkey_unaligned()
809 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in skcipher_setkey()
Dcfb.c56 const unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_cfb_final()
Ddrbg.c1694 alignmask = crypto_skcipher_alignmask(sk_tfm); in drbg_init_sym_kernel()
/Linux-v4.19/include/crypto/
Dskcipher.h359 static inline unsigned int crypto_skcipher_alignmask( in crypto_skcipher_alignmask() function
/Linux-v4.19/Documentation/crypto/
Ddevel-algos.rst125 the caller should use the functions of crypto_skcipher_alignmask() to
/Linux-v4.19/drivers/md/
Ddm-crypt.c1028 crypto_skcipher_alignmask(any_tfm(cc)) + 1); in iv_of_dmreq()
2720 align_mask = crypto_skcipher_alignmask(any_tfm(cc)); in crypt_ctr()