Searched refs:ctrbuf (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/s390/crypto/ |
D | des_s390.c | 391 u8 buf[DES_BLOCK_SIZE], ctrbuf[DES_BLOCK_SIZE]; in ctr_desall_crypt() local 392 u8 *out, *in, *ctrptr = ctrbuf; in ctr_desall_crypt() 428 memcpy(ctrbuf, ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt() 441 DES_BLOCK_SIZE, ctrbuf); in ctr_desall_crypt() 445 crypto_inc(ctrbuf, DES_BLOCK_SIZE); in ctr_desall_crypt() 447 memcpy(walk->iv, ctrbuf, DES_BLOCK_SIZE); in ctr_desall_crypt()
|
D | aes_s390.c | 782 u8 buf[AES_BLOCK_SIZE], ctrbuf[AES_BLOCK_SIZE]; in ctr_aes_crypt() local 783 u8 *out, *in, *ctrptr = ctrbuf; in ctr_aes_crypt() 819 memcpy(ctrbuf, ctrptr, AES_BLOCK_SIZE); in ctr_aes_crypt() 834 AES_BLOCK_SIZE, ctrbuf); in ctr_aes_crypt() 838 crypto_inc(ctrbuf, AES_BLOCK_SIZE); in ctr_aes_crypt() 840 memcpy(walk->iv, ctrbuf, AES_BLOCK_SIZE); in ctr_aes_crypt()
|