Searched refs:ctrptr (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/crypto/
H A Ddes_s390.c303 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) argument
309 memcpy(ctrptr, iv, DES_BLOCK_SIZE);
311 memcpy(ctrptr + DES_BLOCK_SIZE, ctrptr, DES_BLOCK_SIZE);
312 crypto_inc(ctrptr + DES_BLOCK_SIZE, DES_BLOCK_SIZE);
313 ctrptr += DES_BLOCK_SIZE;
322 u8 buf[DES_BLOCK_SIZE], *ctrptr; local
334 ctrptr = (n > DES_BLOCK_SIZE) ? ctrblk : walk.iv;
336 walk.src.virt.addr, n, ctrptr);
337 if (ctrptr
[all...]
H A Daes_s390.c550 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) argument
555 memcpy(ctrptr, iv, AES_BLOCK_SIZE);
558 memcpy(ctrptr + AES_BLOCK_SIZE, ctrptr, AES_BLOCK_SIZE);
559 crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE);
560 ctrptr += AES_BLOCK_SIZE;
569 u8 buf[AES_BLOCK_SIZE], *ctrptr; local
585 ctrptr = (n > AES_BLOCK_SIZE) ? ctrblk : walk.iv;
587 walk.src.virt.addr, n, ctrptr);
588 if (ctrptr
[all...]
H A Dpaes_s390.c616 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) argument
621 memcpy(ctrptr, iv, AES_BLOCK_SIZE);
624 memcpy(ctrptr + AES_BLOCK_SIZE, ctrptr, AES_BLOCK_SIZE);
625 crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE);
626 ctrptr += AES_BLOCK_SIZE;
635 u8 buf[AES_BLOCK_SIZE], *ctrptr; local
657 ctrptr = (n > AES_BLOCK_SIZE) ? ctrblk : walk.iv;
659 walk.src.virt.addr, n, ctrptr);
661 if (ctrptr
[all...]

Completed in 105 milliseconds