crypto_inc        204 arch/arm64/crypto/aes-ce-ccm-glue.c 			crypto_inc(walk->iv, AES_BLOCK_SIZE);
crypto_inc        480 arch/arm64/crypto/ghash-ce-glue.c 				crypto_inc(iv, AES_BLOCK_SIZE);
crypto_inc        496 arch/arm64/crypto/ghash-ce-glue.c 				crypto_inc(iv, AES_BLOCK_SIZE);
crypto_inc        583 arch/arm64/crypto/ghash-ce-glue.c 					crypto_inc(iv2, AES_BLOCK_SIZE);
crypto_inc        616 arch/arm64/crypto/ghash-ce-glue.c 				crypto_inc(iv, AES_BLOCK_SIZE);
crypto_inc        630 arch/arm64/crypto/ghash-ce-glue.c 				crypto_inc(iv2, AES_BLOCK_SIZE);
crypto_inc        693 arch/s390/crypto/aes_s390.c 		crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE);
crypto_inc        721 arch/s390/crypto/aes_s390.c 		crypto_inc(walk->iv, AES_BLOCK_SIZE);
crypto_inc        734 arch/s390/crypto/aes_s390.c 		crypto_inc(walk->iv, AES_BLOCK_SIZE);
crypto_inc        361 arch/s390/crypto/des_s390.c 		crypto_inc(ctrptr + DES_BLOCK_SIZE, DES_BLOCK_SIZE);
crypto_inc        388 arch/s390/crypto/des_s390.c 		crypto_inc(walk->iv, DES_BLOCK_SIZE);
crypto_inc        398 arch/s390/crypto/des_s390.c 		crypto_inc(walk->iv, DES_BLOCK_SIZE);
crypto_inc        585 arch/s390/crypto/paes_s390.c 		crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE);
crypto_inc        614 arch/s390/crypto/paes_s390.c 			crypto_inc(walk->iv, AES_BLOCK_SIZE);
crypto_inc        641 arch/s390/crypto/paes_s390.c 		crypto_inc(walk->iv, AES_BLOCK_SIZE);
crypto_inc        349 arch/sparc/crypto/aes_glue.c 	crypto_inc(ctrblk, AES_BLOCK_SIZE);
crypto_inc        481 arch/x86/crypto/aesni-intel_glue.c 	crypto_inc(ctrblk, AES_BLOCK_SIZE);
crypto_inc        261 arch/x86/crypto/blowfish_glue.c 	crypto_inc(ctrblk, BF_BLOCK_SIZE);
crypto_inc        228 arch/x86/crypto/cast5_avx_glue.c 	crypto_inc(ctrblk, CAST5_BLOCK_SIZE);
crypto_inc        268 arch/x86/crypto/des3_ede_glue.c 	crypto_inc(ctrblk, DES3_EDE_BLOCK_SIZE);
crypto_inc        975 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_inc);
crypto_inc         42 crypto/ctr.c   	crypto_inc(ctrblk, bsize);
crypto_inc         62 crypto/ctr.c   		crypto_inc(ctrblk, bsize);
crypto_inc         90 crypto/ctr.c   		crypto_inc(ctrblk, bsize);
crypto_inc        550 crypto/drbg.c  		crypto_inc(drbg->V, drbg_blocklen(drbg));
crypto_inc        578 crypto/drbg.c  	crypto_inc(drbg->V, drbg_blocklen(drbg));
crypto_inc        965 crypto/drbg.c  			crypto_inc(src, drbg_statelen(drbg));
crypto_inc       1055 drivers/crypto/atmel-aes.c 		crypto_inc((u8 *)ctx->iv, AES_BLOCK_SIZE);
crypto_inc        476 drivers/crypto/hisilicon/sec/sec_algs.c 		crypto_inc(skreq->iv, 16);
crypto_inc        614 drivers/crypto/mediatek/mtk-aes.c 		crypto_inc((u8 *)cctx->iv, AES_BLOCK_SIZE);
crypto_inc         87 drivers/crypto/vmx/aes_ctr.c 	crypto_inc(ctrblk, AES_BLOCK_SIZE);
crypto_inc        120 drivers/crypto/vmx/aes_ctr.c 			crypto_inc(walk.iv, AES_BLOCK_SIZE);
crypto_inc        197 include/crypto/algapi.h void crypto_inc(u8 *a, unsigned int size);
crypto_inc         53 include/crypto/ctr.h 			crypto_inc(walk.iv, blocksize);