Searched refs:ctrbuf (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/s390/crypto/ |
| D | des_s390.c | 392 u8 buf[DES_BLOCK_SIZE], ctrbuf[DES_BLOCK_SIZE]; in ctr_desall_crypt() local 393 u8 *out, *in, *ctrptr = ctrbuf; in ctr_desall_crypt() 429 memcpy(ctrbuf, ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt() 442 DES_BLOCK_SIZE, ctrbuf); in ctr_desall_crypt() 446 crypto_inc(ctrbuf, DES_BLOCK_SIZE); in ctr_desall_crypt() 448 memcpy(walk->iv, ctrbuf, DES_BLOCK_SIZE); in ctr_desall_crypt()
|
| D | aes_s390.c | 783 u8 buf[AES_BLOCK_SIZE], ctrbuf[AES_BLOCK_SIZE]; in ctr_aes_crypt() local 784 u8 *out, *in, *ctrptr = ctrbuf; in ctr_aes_crypt() 820 memcpy(ctrbuf, ctrptr, AES_BLOCK_SIZE); in ctr_aes_crypt() 835 AES_BLOCK_SIZE, ctrbuf); in ctr_aes_crypt() 839 crypto_inc(ctrbuf, AES_BLOCK_SIZE); in ctr_aes_crypt() 841 memcpy(walk->iv, ctrbuf, AES_BLOCK_SIZE); in ctr_aes_crypt()
|