Searched refs:crypto_skcipher_alignmask (Results 1 – 10 of 10) sorted by relevance
195 unsigned long align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_crypt()233 align = crypto_skcipher_alignmask(tfm); in crypto_rfc3686_init_tfm()
73 crypto_skcipher_alignmask(tfm) + 1); in crypto_cts_reqctx_space()299 align = crypto_skcipher_alignmask(tfm); in crypto_cts_init_tfm()
46 const unsigned long alignmask = crypto_skcipher_alignmask(tfm); in crypto_cfb_final()
472 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()
1802 alignmask = crypto_skcipher_alignmask(sk_tfm); in drbg_init_sym_kernel()
2744 const unsigned int alignmask = crypto_skcipher_alignmask(tfm); in test_skcipher_vec_cfg()
311 static inline unsigned int crypto_skcipher_alignmask( in crypto_skcipher_alignmask() function
226 crypto_skcipher_alignmask(sk.tfm)); in test_skcipher()
115 the caller should use the functions of crypto_skcipher_alignmask() to
1245 crypto_skcipher_alignmask(any_tfm(cc)) + 1); in iv_of_dmreq()3221 align_mask = crypto_skcipher_alignmask(any_tfm(cc)); in crypt_ctr()