Home
last modified time | relevance | path

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

/linux/crypto/
A Dctr.c195 unsigned long align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_crypt()
233 align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_init_tfm()
A Dcts.c73 crypto_skcipher_alignmask(tfm) + 1); in crypto_cts_reqctx_space()
299 align = crypto_skcipher_alignmask(tfm); in crypto_cts_init_tfm()
A Dskcipher.c472 walk->alignmask = crypto_skcipher_alignmask(tfm); in skcipher_walk_skcipher()
576 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in skcipher_setkey_unaligned()
598 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_skcipher_setkey()
A Dcfb.c46 const unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_cfb_final()
A Ddrbg.c1798 alignmask = crypto_skcipher_alignmask(sk_tfm); in drbg_init_sym_kernel()
A Dtestmgr.c2693 const unsigned int alignmask = crypto_skcipher_alignmask(tfm); in test_skcipher_vec_cfg()
/linux/include/crypto/
A Dskcipher.h307 static inline unsigned int crypto_skcipher_alignmask( in crypto_skcipher_alignmask() function
/linux/Documentation/crypto/
A Ddevel-algos.rst115 the caller should use the functions of crypto_skcipher_alignmask() to
/linux/drivers/md/
A Ddm-crypt.c1245 crypto_skcipher_alignmask(any_tfm(cc)) + 1); in iv_of_dmreq()
3232 align_mask = crypto_skcipher_alignmask(any_tfm(cc)); in crypt_ctr()

Completed in 28 milliseconds