Searched refs:ctrbuf (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c391 u8 buf[DES_BLOCK_SIZE], ctrbuf[DES_BLOCK_SIZE]; ctr_desall_crypt() local
392 u8 *out, *in, *ctrptr = ctrbuf; ctr_desall_crypt()
428 memcpy(ctrbuf, ctrptr, DES_BLOCK_SIZE); ctr_desall_crypt()
441 DES_BLOCK_SIZE, ctrbuf); ctr_desall_crypt()
445 crypto_inc(ctrbuf, DES_BLOCK_SIZE); ctr_desall_crypt()
447 memcpy(walk->iv, ctrbuf, DES_BLOCK_SIZE); ctr_desall_crypt()
H A Daes_s390.c782 u8 buf[AES_BLOCK_SIZE], ctrbuf[AES_BLOCK_SIZE]; ctr_aes_crypt() local
783 u8 *out, *in, *ctrptr = ctrbuf; ctr_aes_crypt()
819 memcpy(ctrbuf, ctrptr, AES_BLOCK_SIZE); ctr_aes_crypt()
834 AES_BLOCK_SIZE, ctrbuf); ctr_aes_crypt()
838 crypto_inc(ctrbuf, AES_BLOCK_SIZE); ctr_aes_crypt()
840 memcpy(walk->iv, ctrbuf, AES_BLOCK_SIZE); ctr_aes_crypt()

Completed in 66 milliseconds