Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dctr.c194 unsigned long align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_crypt()
232 align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_init_tfm()
Dcts.c73 crypto_skcipher_alignmask(tfm) + 1); in crypto_cts_reqctx_space()
299 align = crypto_skcipher_alignmask(tfm); in crypto_cts_init_tfm()
Dcfb.c45 const unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_cfb_final()
Dskcipher.c471 walk->alignmask = crypto_skcipher_alignmask(tfm); in skcipher_walk_skcipher()
581 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in skcipher_setkey_unaligned()
603 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_skcipher_setkey()
Ddrbg.c1797 alignmask = crypto_skcipher_alignmask(sk_tfm); in drbg_init_sym_kernel()
Dtestmgr.c2706 const unsigned int alignmask = crypto_skcipher_alignmask(tfm); in test_skcipher_vec_cfg()
/Linux-v5.10/include/crypto/
Dskcipher.h305 static inline unsigned int crypto_skcipher_alignmask( in crypto_skcipher_alignmask() function
/Linux-v5.10/Documentation/crypto/
Ddevel-algos.rst115 the caller should use the functions of crypto_skcipher_alignmask() to
/Linux-v5.10/drivers/md/
Ddm-crypt.c1241 crypto_skcipher_alignmask(any_tfm(cc)) + 1); in iv_of_dmreq()
3063 align_mask = crypto_skcipher_alignmask(any_tfm(cc)); in crypt_ctr()