crypto_tfm_ctx_alignment 291 arch/x86/crypto/aesni-intel_glue.c if (align <= crypto_tfm_ctx_alignment()) crypto_tfm_ctx_alignment 301 arch/x86/crypto/aesni-intel_glue.c if (align <= crypto_tfm_ctx_alignment()) crypto_tfm_ctx_alignment 312 arch/x86/crypto/aesni-intel_glue.c if (align <= crypto_tfm_ctx_alignment()) crypto_tfm_ctx_alignment 150 crypto/ablkcipher.c (alignmask & ~(crypto_tfm_ctx_alignment() - 1))); crypto_tfm_ctx_alignment 188 crypto/ablkcipher.c size += alignmask & ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 227 crypto/ahash.c return len + (mask & ~(crypto_tfm_ctx_alignment() - 1)); crypto_tfm_ctx_alignment 1033 crypto/algapi.c (alg->cra_alignmask & ~(crypto_tfm_ctx_alignment() - 1)); crypto_tfm_ctx_alignment 329 crypto/api.c len = alg->cra_alignmask & ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 155 crypto/blkcipher.c (alignmask & ~(crypto_tfm_ctx_alignment() - 1)); crypto_tfm_ctx_alignment 278 crypto/blkcipher.c size += walk->alignmask & ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 424 crypto/ccm.c align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 721 crypto/ccm.c align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 725 crypto/ccm.c ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + crypto_tfm_ctx_alignment 531 crypto/chacha20poly1305.c align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 265 crypto/cmac.c ALIGN(sizeof(struct cmac_desc_ctx), crypto_tfm_ctx_alignment()) crypto_tfm_ctx_alignment 266 crypto/cmac.c + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)) crypto_tfm_ctx_alignment 270 crypto/cmac.c ALIGN(sizeof(struct cmac_tfm_ctx), crypto_tfm_ctx_alignment()) crypto_tfm_ctx_alignment 272 crypto/cmac.c ~(crypto_tfm_ctx_alignment() - 1)) crypto_tfm_ctx_alignment 239 crypto/ctr.c align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 307 crypto/cts.c crypto_tfm_ctx_alignment()) + crypto_tfm_ctx_alignment 308 crypto/cts.c (align & ~(crypto_tfm_ctx_alignment() - 1)) + bsize; crypto_tfm_ctx_alignment 550 crypto/gcm.c align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 843 crypto/gcm.c align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 847 crypto/gcm.c ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + crypto_tfm_ctx_alignment 1071 crypto/gcm.c align &= ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 1075 crypto/gcm.c ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + crypto_tfm_ctx_alignment 37 crypto/hmac.c crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 49 crypto/hmac.c crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 218 crypto/hmac.c ALIGN(ss * 2, crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 39 crypto/shash.c absize = keylen + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)); crypto_tfm_ctx_alignment 243 crypto/skcipher.c a = crypto_tfm_ctx_alignment() - 1; crypto_tfm_ctx_alignment 398 crypto/skcipher.c unsigned a = crypto_tfm_ctx_alignment() - 1; crypto_tfm_ctx_alignment 229 crypto/xcbc.c crypto_tfm_ctx_alignment()) + crypto_tfm_ctx_alignment 231 crypto/xcbc.c ~(crypto_tfm_ctx_alignment() - 1)) + crypto_tfm_ctx_alignment 90 drivers/crypto/padlock-aes.c if (align <= crypto_tfm_ctx_alignment()) crypto_tfm_ctx_alignment 32 net/ipv4/ah4.c ~(crypto_tfm_ctx_alignment() - 1)); crypto_tfm_ctx_alignment 34 net/ipv4/ah4.c len = ALIGN(len, crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 61 net/ipv4/ah4.c crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 54 net/ipv4/esp4.c ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 55 net/ipv4/esp4.c len = ALIGN(len, crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 83 net/ipv4/esp4.c crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 56 net/ipv6/ah6.c ~(crypto_tfm_ctx_alignment() - 1)); crypto_tfm_ctx_alignment 58 net/ipv6/ah6.c len = ALIGN(len, crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 90 net/ipv6/ah6.c crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 63 net/ipv6/esp6.c ~(crypto_tfm_ctx_alignment() - 1); crypto_tfm_ctx_alignment 64 net/ipv6/esp6.c len = ALIGN(len, crypto_tfm_ctx_alignment()); crypto_tfm_ctx_alignment 92 net/ipv6/esp6.c crypto_tfm_ctx_alignment());