Searched refs:crypto_inc (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/crypto/vmx/ |
D | aes_ctr.c | 107 crypto_inc(ctrblk, AES_BLOCK_SIZE); in p8_aes_ctr_final() 137 crypto_inc(walk.iv, AES_BLOCK_SIZE); in p8_aes_ctr_crypt()
|
/linux-4.1.27/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 | 539 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_update() 591 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_generate() 605 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_generate() 613 crypto_inc(drbg->V, drbg_blocklen(drbg)); in drbg_ctr_generate() 964 crypto_inc(src, drbg_statelen(drbg)); in drbg_hash_hashgen() 972 crypto_inc(src, drbg_statelen(drbg)); in drbg_hash_hashgen()
|
D | algapi.c | 933 void crypto_inc(u8 *a, unsigned int size) in crypto_inc() function 947 EXPORT_SYMBOL_GPL(crypto_inc);
|
/linux-4.1.27/arch/s390/crypto/ |
D | des_s390.c | 380 crypto_inc(ctrptr + i, DES_BLOCK_SIZE); in __ctrblk_init() 419 crypto_inc(ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt() 445 crypto_inc(ctrbuf, DES_BLOCK_SIZE); in ctr_desall_crypt()
|
D | aes_s390.c | 772 crypto_inc(ctrptr + i, AES_BLOCK_SIZE); in __ctrblk_init() 810 crypto_inc(ctrptr, AES_BLOCK_SIZE); in ctr_aes_crypt() 838 crypto_inc(ctrbuf, AES_BLOCK_SIZE); in ctr_aes_crypt()
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 186 void crypto_inc(u8 *a, unsigned int size);
|
/linux-4.1.27/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 | 263 crypto_inc(ctrblk, CAST5_BLOCK_SIZE); in ctr_crypt_final()
|
D | aesni-intel_glue.c | 482 crypto_inc(ctrblk, AES_BLOCK_SIZE); in ctr_crypt_final()
|
/linux-4.1.27/arch/sparc/crypto/ |
D | aes_glue.c | 349 crypto_inc(ctrblk, AES_BLOCK_SIZE); in ctr_crypt_final()
|