Searched refs:crypto_tfm_ctx_alignment (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/crypto/
H A Dhmac.c41 crypto_tfm_ctx_alignment()); hmac_ctx()
53 crypto_tfm_ctx_alignment()); hmac_setkey()
225 ALIGN(ss * 2, crypto_tfm_ctx_alignment()); hmac_create()
H A Dcmac.c267 ALIGN(sizeof(struct cmac_desc_ctx), crypto_tfm_ctx_alignment()) cmac_create()
268 + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)) cmac_create()
H A Deseqiv.c181 alignmask = crypto_tfm_ctx_alignment() - 1; eseqiv_init()
194 reqsize = ALIGN(reqsize, crypto_tfm_ctx_alignment()); eseqiv_init()
H A Dxcbc.c240 crypto_tfm_ctx_alignment()) + xcbc_create()
242 ~(crypto_tfm_ctx_alignment() - 1)) + xcbc_create()
H A Dgcm.c674 align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_gcm_init_tfm()
948 align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_rfc4106_init_tfm()
951 crypto_tfm_ctx_alignment()) + crypto_rfc4106_init_tfm()
1258 align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_rfc4543_init_tfm()
1261 crypto_tfm_ctx_alignment()) + crypto_rfc4543_init_tfm()
H A Dccm.c455 align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_ccm_init_tfm()
731 align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_rfc4309_init_tfm()
734 crypto_tfm_ctx_alignment()) + crypto_rfc4309_init_tfm()
H A Dablkcipher.c162 (alignmask & ~(crypto_tfm_ctx_alignment() - 1))); ablkcipher_next_slow()
200 size += alignmask & ~(crypto_tfm_ctx_alignment() - 1); ablkcipher_copy_iv()
H A Dblkcipher.c162 (alignmask & ~(crypto_tfm_ctx_alignment() - 1)); blkcipher_next_slow()
284 size += walk->alignmask & ~(crypto_tfm_ctx_alignment() - 1); blkcipher_copy_iv()
H A Dctr.c321 align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_rfc3686_init_tfm()
H A Dahash.c229 return len + (mask & ~(crypto_tfm_ctx_alignment() - 1)); ahash_align_buffer_size()
H A Dapi.c338 len = alg->cra_alignmask & ~(crypto_tfm_ctx_alignment() - 1); crypto_ctxsize()
H A Dshash.c42 absize = keylen + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)); shash_setkey_unaligned()
/linux-4.1.27/net/ipv4/
H A Desp4.c48 ~(crypto_tfm_ctx_alignment() - 1); esp_alloc_tmp()
49 len = ALIGN(len, crypto_tfm_ctx_alignment()); esp_alloc_tmp()
77 crypto_tfm_ctx_alignment()); esp_tmp_givreq()
87 crypto_tfm_ctx_alignment()); esp_tmp_req()
H A Dah4.c30 ~(crypto_tfm_ctx_alignment() - 1)); ah_alloc_tmp()
32 len = ALIGN(len, crypto_tfm_ctx_alignment()); ah_alloc_tmp()
59 crypto_tfm_ctx_alignment()); ah_tmp_req()
/linux-4.1.27/net/ipv6/
H A Desp6.c75 ~(crypto_tfm_ctx_alignment() - 1); esp_alloc_tmp()
76 len = ALIGN(len, crypto_tfm_ctx_alignment()); esp_alloc_tmp()
105 crypto_tfm_ctx_alignment()); esp_tmp_givreq()
115 crypto_tfm_ctx_alignment()); esp_tmp_req()
H A Dah6.c67 ~(crypto_tfm_ctx_alignment() - 1)); ah_alloc_tmp()
69 len = ALIGN(len, crypto_tfm_ctx_alignment()); ah_alloc_tmp()
101 crypto_tfm_ctx_alignment()); ah_tmp_req()
/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c89 if (align <= crypto_tfm_ctx_alignment()) aes_ctx_common()
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c298 if (align <= crypto_tfm_ctx_alignment()) aes_ctx()
/linux-4.1.27/include/linux/
H A Dcrypto.h814 static inline unsigned int crypto_tfm_ctx_alignment(void) crypto_tfm_ctx_alignment() function

Completed in 450 milliseconds