Searched refs:crypto_tfm_ctx_alignment (Results 1 – 19 of 19) sorted by relevance
41 crypto_tfm_ctx_alignment()); in hmac_ctx()53 crypto_tfm_ctx_alignment()); in hmac_setkey()225 ALIGN(ss * 2, crypto_tfm_ctx_alignment()); in hmac_create()
181 alignmask = crypto_tfm_ctx_alignment() - 1; in eseqiv_init()194 reqsize = ALIGN(reqsize, crypto_tfm_ctx_alignment()); in eseqiv_init()
240 crypto_tfm_ctx_alignment()) + in xcbc_create()242 ~(crypto_tfm_ctx_alignment() - 1)) + in xcbc_create()
267 ALIGN(sizeof(struct cmac_desc_ctx), crypto_tfm_ctx_alignment()) in cmac_create()268 + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)) in cmac_create()
455 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_ccm_init_tfm()731 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4309_init_tfm()734 crypto_tfm_ctx_alignment()) + in crypto_rfc4309_init_tfm()
674 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_gcm_init_tfm()948 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4106_init_tfm()951 crypto_tfm_ctx_alignment()) + in crypto_rfc4106_init_tfm()1258 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4543_init_tfm()1261 crypto_tfm_ctx_alignment()) + in crypto_rfc4543_init_tfm()
162 (alignmask & ~(crypto_tfm_ctx_alignment() - 1))); in ablkcipher_next_slow()200 size += alignmask & ~(crypto_tfm_ctx_alignment() - 1); in ablkcipher_copy_iv()
162 (alignmask & ~(crypto_tfm_ctx_alignment() - 1)); in blkcipher_next_slow()284 size += walk->alignmask & ~(crypto_tfm_ctx_alignment() - 1); in blkcipher_copy_iv()
338 len = alg->cra_alignmask & ~(crypto_tfm_ctx_alignment() - 1); in crypto_ctxsize()
321 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc3686_init_tfm()
229 return len + (mask & ~(crypto_tfm_ctx_alignment() - 1)); in ahash_align_buffer_size()
42 absize = keylen + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)); in shash_setkey_unaligned()
75 ~(crypto_tfm_ctx_alignment() - 1); in esp_alloc_tmp()76 len = ALIGN(len, crypto_tfm_ctx_alignment()); in esp_alloc_tmp()105 crypto_tfm_ctx_alignment()); in esp_tmp_givreq()115 crypto_tfm_ctx_alignment()); in esp_tmp_req()
67 ~(crypto_tfm_ctx_alignment() - 1)); in ah_alloc_tmp()69 len = ALIGN(len, crypto_tfm_ctx_alignment()); in ah_alloc_tmp()101 crypto_tfm_ctx_alignment()); in ah_tmp_req()
48 ~(crypto_tfm_ctx_alignment() - 1); in esp_alloc_tmp()49 len = ALIGN(len, crypto_tfm_ctx_alignment()); in esp_alloc_tmp()77 crypto_tfm_ctx_alignment()); in esp_tmp_givreq()87 crypto_tfm_ctx_alignment()); in esp_tmp_req()
30 ~(crypto_tfm_ctx_alignment() - 1)); in ah_alloc_tmp()32 len = ALIGN(len, crypto_tfm_ctx_alignment()); in ah_alloc_tmp()59 crypto_tfm_ctx_alignment()); in ah_tmp_req()
89 if (align <= crypto_tfm_ctx_alignment()) in aes_ctx_common()
814 static inline unsigned int crypto_tfm_ctx_alignment(void) in crypto_tfm_ctx_alignment() function
298 if (align <= crypto_tfm_ctx_alignment()) in aes_ctx()