Searched defs:alignmask (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/crypto/
H A Dcipher.c27 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); setkey_unaligned() local
49 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); setkey() local
68 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); cipher_crypt_unaligned() local
81 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); cipher_encrypt_unaligned() local
95 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); cipher_decrypt_unaligned() local
H A Dcmac.c57 unsigned long alignmask = crypto_shash_alignmask(parent); crypto_cmac_digest_setkey() local
110 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm); crypto_cmac_digest_init() local
125 unsigned long alignmask = crypto_shash_alignmask(parent); crypto_cmac_digest_update() local
171 unsigned long alignmask = crypto_shash_alignmask(parent); crypto_cmac_digest_final() local
229 unsigned long alignmask; cmac_create() local
H A Dxcbc.c64 unsigned long alignmask = crypto_shash_alignmask(parent); crypto_xcbc_digest_setkey() local
84 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm); crypto_xcbc_digest_init() local
99 unsigned long alignmask = crypto_shash_alignmask(parent); crypto_xcbc_digest_update() local
145 unsigned long alignmask = crypto_shash_alignmask(parent); crypto_xcbc_digest_final() local
203 unsigned long alignmask; xcbc_create() local
H A Daead.c33 unsigned long alignmask = crypto_aead_alignmask(tfm); setkey_unaligned() local
54 unsigned long alignmask = crypto_aead_alignmask(tfm); setkey() local
H A Dctr.c59 unsigned long alignmask = crypto_cipher_alignmask(tfm); crypto_ctr_crypt_final() local
106 unsigned long alignmask = crypto_cipher_alignmask(tfm); crypto_ctr_crypt_inplace() local
H A Deseqiv.c176 unsigned long alignmask; eseqiv_init() local
H A Dahash.c45 unsigned int alignmask = walk->alignmask; hash_walk_next() local
86 unsigned int alignmask = walk->alignmask; crypto_hash_walk_done() local
191 unsigned long alignmask = crypto_ahash_alignmask(tfm); ahash_setkey_unaligned() local
211 unsigned long alignmask = crypto_ahash_alignmask(tfm); crypto_ahash_setkey() local
235 unsigned long alignmask = crypto_ahash_alignmask(tfm); ahash_save_req() local
354 unsigned long alignmask = crypto_ahash_alignmask(tfm); crypto_ahash_op() local
H A Dablkcipher.c229 unsigned int alignmask, bsize, n; ablkcipher_walk_next() local
274 unsigned int alignmask; ablkcipher_walk_first() local
311 unsigned long alignmask = crypto_ablkcipher_alignmask(tfm); setkey_unaligned() local
333 unsigned long alignmask = crypto_ablkcipher_alignmask(tfm); setkey() local
149 ablkcipher_next_slow(struct ablkcipher_request *req, struct ablkcipher_walk *walk, unsigned int bsize, unsigned int alignmask, void **src_p, void **dst_p) ablkcipher_next_slow() argument
189 ablkcipher_copy_iv(struct ablkcipher_walk *walk, struct crypto_tfm *tfm, unsigned int alignmask) ablkcipher_copy_iv() argument
H A Dblkcipher.c378 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); setkey_unaligned() local
399 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); setkey() local
146 blkcipher_next_slow(struct blkcipher_desc *desc, struct blkcipher_walk *walk, unsigned int bsize, unsigned int alignmask) blkcipher_next_slow() argument
H A Dshash.c37 unsigned long alignmask = crypto_shash_alignmask(tfm); shash_setkey_unaligned() local
58 unsigned long alignmask = crypto_shash_alignmask(tfm); crypto_shash_setkey() local
79 unsigned long alignmask = crypto_shash_alignmask(tfm); shash_update_unaligned() local
103 unsigned long alignmask = crypto_shash_alignmask(tfm); crypto_shash_update() local
115 unsigned long alignmask = crypto_shash_alignmask(tfm); shash_final_unaligned() local
138 unsigned long alignmask = crypto_shash_alignmask(tfm); crypto_shash_final() local
159 unsigned long alignmask = crypto_shash_alignmask(tfm); crypto_shash_finup() local
180 unsigned long alignmask = crypto_shash_alignmask(tfm); crypto_shash_digest() local
H A Dtestmgr.c393 unsigned int alignmask; test_hash() local
801 unsigned int alignmask; test_aead() local
1154 unsigned int alignmask; test_skcipher() local
/linux-4.1.27/include/crypto/
H A Dscatterwalk.h78 scatterwalk_aligned(struct scatter_walk *walk, unsigned int alignmask) scatterwalk_aligned() argument
H A Dalgapi.h108 unsigned int alignmask; member in struct:blkcipher_walk
/linux-4.1.27/include/crypto/internal/
H A Dhash.h26 unsigned int alignmask; member in struct:crypto_hash_walk

Completed in 128 milliseconds