Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcipherapi.h46 # define cryptodev_crypto_blkcipher_alignmask crypto_skcipher_alignmask
/OK3568_Linux_fs/kernel/crypto/
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 Dskcipher.c472 walk->alignmask = crypto_skcipher_alignmask(tfm); in skcipher_walk_skcipher()
582 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in skcipher_setkey_unaligned()
604 unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_skcipher_setkey()
H A Dcfb.c46 const unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_cfb_final()
H A Ddrbg.c1775 alignmask = crypto_skcipher_alignmask(sk_tfm); in drbg_init_sym_kernel()
H A Dtestmgr.c2709 const unsigned int alignmask = crypto_skcipher_alignmask(tfm); in test_skcipher_vec_cfg()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dskcipher.h307 static inline unsigned int crypto_skcipher_alignmask( in crypto_skcipher_alignmask() function
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1_skcipher.c388 alg_ctx->align_size = crypto_skcipher_alignmask(tfm) + 1; in rk_ablk_init_tfm()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Ddevel-algos.rst115 the caller should use the functions of crypto_skcipher_alignmask() to
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-crypt.c1241 crypto_skcipher_alignmask(any_tfm(cc)) + 1); in iv_of_dmreq()
3202 align_mask = crypto_skcipher_alignmask(any_tfm(cc)); in crypt_ctr()