Home
last modified time | relevance | path

Searched refs:crypto_skcipher_alignmask (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcts.c73 crypto_skcipher_alignmask(tfm) + 1); in crypto_cts_reqctx_space()
299 align = crypto_skcipher_alignmask(tfm); in crypto_cts_init_tfm()
H A Dctr.c194 unsigned long align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_crypt()
232 align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_init_tfm()
H A Dcfb.c45 const unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_cfb_final()
H A 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()
H A Ddrbg.c1774 alignmask = crypto_skcipher_alignmask(sk_tfm); in drbg_init_sym_kernel()
H A Dtestmgr.c2706 const unsigned int alignmask = crypto_skcipher_alignmask(tfm); in test_skcipher_vec_cfg()
/kernel/linux/linux-6.6/crypto/
H A Dcts.c73 crypto_skcipher_alignmask(tfm) + 1); in crypto_cts_reqctx_space()
299 align = crypto_skcipher_alignmask(tfm); in crypto_cts_init_tfm()
H 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()
H A Dcfb.c46 const unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_cfb_final()
H A Dskcipher.c490 walk->alignmask = crypto_skcipher_alignmask(tfm); in skcipher_walk_skcipher()
594 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in skcipher_setkey_unaligned()
616 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_skcipher_setkey()
H A Ddrbg.c1802 alignmask = crypto_skcipher_alignmask(sk_tfm); in drbg_init_sym_kernel()
H A Dtestmgr.c2815 const unsigned int alignmask = crypto_skcipher_alignmask(tfm); in test_skcipher_vec_cfg()
/kernel/linux/linux-5.10/include/crypto/
H A Dskcipher.h307 static inline unsigned int crypto_skcipher_alignmask( in crypto_skcipher_alignmask() function
/kernel/linux/linux-6.6/include/crypto/
H A Dskcipher.h333 static inline unsigned int crypto_skcipher_alignmask( in crypto_skcipher_alignmask() function
/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c226 crypto_skcipher_alignmask(sk.tfm)); in test_skcipher()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-crypt.c1243 crypto_skcipher_alignmask(any_tfm(cc)) + 1); in iv_of_dmreq()
3206 align_mask = crypto_skcipher_alignmask(any_tfm(cc)); in crypt_ctr()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-crypt.c1257 crypto_skcipher_alignmask(any_tfm(cc)) + 1); in iv_of_dmreq()
3292 align_mask = crypto_skcipher_alignmask(any_tfm(cc)); in crypt_ctr()

Completed in 35 milliseconds