Searched refs:crypto_inc (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/crypto/vmx/ |
D | aes_ctr.c | 110 crypto_inc(ctrblk, AES_BLOCK_SIZE); in p8_aes_ctr_final() 151 crypto_inc(walk.iv, AES_BLOCK_SIZE); in p8_aes_ctr_crypt()
|
/linux-4.4.14/crypto/ |
D | ctr.c | 71 crypto_inc(ctrblk, bsize); in crypto_ctr_crypt_final() 91 crypto_inc(ctrblk, bsize); in crypto_ctr_crypt_segment() 119 crypto_inc(ctrblk, bsize); in crypto_ctr_crypt_inplace()
|
D | drbg.c | 542 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_update() 594 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_generate() 608 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_generate() 616 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_generate() 967 crypto_inc(src, drbg_statelen(drbg)); in drbg_hash_hashgen() 975 crypto_inc(src, drbg_statelen(drbg)); in drbg_hash_hashgen()
|
D | algapi.c | 950 void crypto_inc(u8 *a, unsigned int size) in crypto_inc() function 964 EXPORT_SYMBOL_GPL(crypto_inc);
|
/linux-4.4.14/arch/s390/crypto/ |
D | des_s390.c | 381 crypto_inc(ctrptr + i, DES_BLOCK_SIZE); in __ctrblk_init() 420 crypto_inc(ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt() 446 crypto_inc(ctrbuf, DES_BLOCK_SIZE); in ctr_desall_crypt()
|
D | aes_s390.c | 773 crypto_inc(ctrptr + i, AES_BLOCK_SIZE); in __ctrblk_init() 811 crypto_inc(ctrptr, AES_BLOCK_SIZE); in ctr_aes_crypt() 839 crypto_inc(ctrbuf, AES_BLOCK_SIZE); in ctr_aes_crypt()
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 189 void crypto_inc(u8 *a, unsigned int size);
|
/linux-4.4.14/arch/x86/crypto/ |
D | blowfish_glue.c | 277 crypto_inc(ctrblk, BF_BLOCK_SIZE); in ctr_crypt_final()
|
D | des3_ede_glue.c | 283 crypto_inc(ctrblk, DES3_EDE_BLOCK_SIZE); in ctr_crypt_final()
|
D | cast5_avx_glue.c | 262 crypto_inc(ctrblk, CAST5_BLOCK_SIZE); in ctr_crypt_final()
|
D | aesni-intel_glue.c | 483 crypto_inc(ctrblk, AES_BLOCK_SIZE); in ctr_crypt_final()
|
/linux-4.4.14/arch/sparc/crypto/ |
D | aes_glue.c | 349 crypto_inc(ctrblk, AES_BLOCK_SIZE); in ctr_crypt_final()
|