Searched refs:crypto_tfm_alg_alignmask (Results 1 – 9 of 9) sorted by relevance
23 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()45 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()64 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_crypt_unaligned()77 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_encrypt_unaligned()91 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_decrypt_unaligned()108 ops->cit_encrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()110 ops->cit_decrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
372 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()393 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()472 unsigned long align = crypto_tfm_alg_alignmask(tfm) + 1; in crypto_init_blkcipher_ops_sync()
221 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_next()264 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_first()
294 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm)); in crypto_ahash_alignmask()725 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm)); in crypto_shash_alignmask()
247 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
316 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
259 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()
863 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function1019 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_alignmask()1423 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_alignmask()1708 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
387 ctx->dev->align_size = crypto_tfm_alg_alignmask(tfm) + 1; in rk_ablk_cra_init()