crypto_tfm_ctx_alignment  332 crypto/api.c   	len = alg->cra_alignmask & ~(crypto_tfm_ctx_alignment() - 1);
crypto_tfm_ctx_alignment  342 crypto/authenc.c 				       ~(crypto_tfm_ctx_alignment() - 1)) +
crypto_tfm_ctx_alignment  163 crypto/blkcipher.c 	    (alignmask & ~(crypto_tfm_ctx_alignment() - 1));
crypto_tfm_ctx_alignment  289 crypto/blkcipher.c 	size += alignmask & ~(crypto_tfm_ctx_alignment() - 1);
crypto_tfm_ctx_alignment  452 crypto/ccm.c   	align &= ~(crypto_tfm_ctx_alignment() - 1);
crypto_tfm_ctx_alignment  735 crypto/ccm.c   	align &= ~(crypto_tfm_ctx_alignment() - 1);
crypto_tfm_ctx_alignment  738 crypto/ccm.c   				      crypto_tfm_ctx_alignment()) +
crypto_tfm_ctx_alignment  194 crypto/eseqiv.c 	alignmask = crypto_tfm_ctx_alignment() - 1;
crypto_tfm_ctx_alignment  207 crypto/eseqiv.c 	reqsize = ALIGN(reqsize, crypto_tfm_ctx_alignment());
crypto_tfm_ctx_alignment  421 crypto/gcm.c   	align &= ~(crypto_tfm_ctx_alignment() - 1);
crypto_tfm_ctx_alignment  668 crypto/gcm.c   	align &= ~(crypto_tfm_ctx_alignment() - 1);
crypto_tfm_ctx_alignment  671 crypto/gcm.c   				      crypto_tfm_ctx_alignment()) +
crypto_tfm_ctx_alignment  153 include/crypto/algapi.h 	if (align <= crypto_tfm_ctx_alignment())
crypto_tfm_ctx_alignment   41 net/ipv4/esp4.c 		       ~(crypto_tfm_ctx_alignment() - 1);
crypto_tfm_ctx_alignment   42 net/ipv4/esp4.c 		len = ALIGN(len, crypto_tfm_ctx_alignment());
crypto_tfm_ctx_alignment   65 net/ipv4/esp4.c 				crypto_tfm_ctx_alignment());
crypto_tfm_ctx_alignment   75 net/ipv4/esp4.c 				crypto_tfm_ctx_alignment());
crypto_tfm_ctx_alignment   67 net/ipv6/esp6.c 		       ~(crypto_tfm_ctx_alignment() - 1);
crypto_tfm_ctx_alignment   68 net/ipv6/esp6.c 		len = ALIGN(len, crypto_tfm_ctx_alignment());
crypto_tfm_ctx_alignment   91 net/ipv6/esp6.c 				crypto_tfm_ctx_alignment());
crypto_tfm_ctx_alignment  101 net/ipv6/esp6.c 				crypto_tfm_ctx_alignment());