Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dskcipher.c310 walk->alignmask = crypto_skcipher_alignmask(tfm); in skcipher_walk_virt()
380 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in skcipher_setkey_unaligned()
402 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_skcipher_setkey()
466 ivs = PTR_ALIGN(ivs, crypto_skcipher_alignmask(tfm) + 1); in crypto_lskcipher_export()
479 ivs = PTR_ALIGN(ivs, crypto_skcipher_alignmask(tfm) + 1); in crypto_lskcipher_import()
535 unsigned am = crypto_skcipher_alignmask(skcipher); in crypto_skcipher_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 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 Dlskcipher.c174 ivs = PTR_ALIGN(ivs, crypto_skcipher_alignmask(skcipher) + 1); in crypto_lskcipher_crypt_sg()
H A Ddrbg.c1787 alignmask = crypto_skcipher_alignmask(sk_tfm); in drbg_init_sym_kernel()
H A Dtestmgr.c2849 const unsigned int alignmask = crypto_skcipher_alignmask(tfm); in test_skcipher_vec_cfg()
/linux-6.15/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c226 crypto_skcipher_alignmask(sk.tfm)); in test_skcipher()
/linux-6.15/include/crypto/
H A Dskcipher.h534 static inline unsigned int crypto_skcipher_alignmask( in crypto_skcipher_alignmask() function
/linux-6.15/Documentation/crypto/
H A Ddevel-algos.rst115 the caller should use the functions of crypto_skcipher_alignmask() to
/linux-6.15/drivers/md/
H A Ddm-crypt.c1262 crypto_skcipher_alignmask(any_tfm(cc)) + 1); in iv_of_dmreq()
3298 align_mask = crypto_skcipher_alignmask(any_tfm(cc)); in crypt_ctr()