Searched refs:crypto_inc (Results 1 - 22 of 22) sorted by relevance

/linux-master/include/crypto/
H A Dctr.h53 crypto_inc(walk.iv, blocksize);
H A Dalgapi.h182 void crypto_inc(u8 *a, unsigned int size);
/linux-master/arch/powerpc/crypto/
H A Daes_ctr.c87 crypto_inc(ctrblk, AES_BLOCK_SIZE);
120 crypto_inc(walk.iv, AES_BLOCK_SIZE);
/linux-master/arch/x86/crypto/
H A Daria_aesni_avx2_glue.c127 crypto_inc(walk.iv, ARIA_BLOCK_SIZE);
142 crypto_inc(walk.iv, ARIA_BLOCK_SIZE);
H A Daria_aesni_avx_glue.c114 crypto_inc(walk.iv, ARIA_BLOCK_SIZE);
129 crypto_inc(walk.iv, ARIA_BLOCK_SIZE);
H A Daria_gfni_avx512_glue.c126 crypto_inc(walk.iv, ARIA_BLOCK_SIZE);
141 crypto_inc(walk.iv, ARIA_BLOCK_SIZE);
H A Dsm4_aesni_avx_glue.c221 crypto_inc(walk.iv, SM4_BLOCK_SIZE);
240 crypto_inc(walk.iv, SM4_BLOCK_SIZE);
H A Daesni-intel_glue.c533 crypto_inc(walk.iv, AES_BLOCK_SIZE);
/linux-master/arch/s390/crypto/
H A Ddes_s390.c312 crypto_inc(ctrptr + DES_BLOCK_SIZE, DES_BLOCK_SIZE);
340 crypto_inc(walk.iv, DES_BLOCK_SIZE);
350 crypto_inc(walk.iv, DES_BLOCK_SIZE);
H A Daes_s390.c559 crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE);
591 crypto_inc(walk.iv, AES_BLOCK_SIZE);
605 crypto_inc(walk.iv, AES_BLOCK_SIZE);
H A Dpaes_s390.c636 crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE);
675 crypto_inc(walk.iv, AES_BLOCK_SIZE);
709 crypto_inc(walk.iv, AES_BLOCK_SIZE);
/linux-master/crypto/
H A Dctr.c43 crypto_inc(ctrblk, bsize);
63 crypto_inc(ctrblk, bsize);
91 crypto_inc(ctrblk, bsize);
144 /* If this is false we'd fail the alignment of crypto_inc. */
H A Ddrbg.c540 crypto_inc(drbg->V, drbg_blocklen(drbg));
568 crypto_inc(drbg->V, drbg_blocklen(drbg));
951 crypto_inc(src, drbg_statelen(drbg));
H A Dalgapi.c1017 void crypto_inc(u8 *a, unsigned int size) function
1033 EXPORT_SYMBOL_GPL(crypto_inc); variable
/linux-master/arch/arm64/crypto/
H A Dsm4-neon-glue.c177 crypto_inc(walk.iv, SM4_BLOCK_SIZE);
H A Dsm4-ce-ccm-glue.c173 crypto_inc(walk->iv, SM4_BLOCK_SIZE);
H A Dsm4-ce-glue.c308 crypto_inc(walk.iv, SM4_BLOCK_SIZE);
/linux-master/arch/sparc/crypto/
H A Daes_glue.c331 crypto_inc(ctrblk, AES_BLOCK_SIZE);
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-glue.c319 crypto_inc(req->iv, 12);
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c477 crypto_inc(skreq->iv, 16);
/linux-master/drivers/crypto/
H A Datmel-aes.c512 crypto_inc((u8 *)ctx->iv, AES_BLOCK_SIZE);
1015 crypto_inc((u8 *)ctx->iv, AES_BLOCK_SIZE);
/linux-master/drivers/crypto/stm32/
H A Dstm32-cryp.c1365 crypto_inc((u8 *)cryp->last_ctr, sizeof(cryp->last_ctr));

Completed in 469 milliseconds