ctrptr 684 arch/s390/crypto/aes_s390.c static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) ctrptr 689 arch/s390/crypto/aes_s390.c memcpy(ctrptr, iv, AES_BLOCK_SIZE); ctrptr 692 arch/s390/crypto/aes_s390.c memcpy(ctrptr + AES_BLOCK_SIZE, ctrptr, AES_BLOCK_SIZE); ctrptr 693 arch/s390/crypto/aes_s390.c crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE); ctrptr 694 arch/s390/crypto/aes_s390.c ctrptr += AES_BLOCK_SIZE; ctrptr 703 arch/s390/crypto/aes_s390.c u8 buf[AES_BLOCK_SIZE], *ctrptr; ctrptr 714 arch/s390/crypto/aes_s390.c ctrptr = (n > AES_BLOCK_SIZE) ? ctrblk : walk->iv; ctrptr 717 arch/s390/crypto/aes_s390.c n, ctrptr); ctrptr 718 arch/s390/crypto/aes_s390.c if (ctrptr == ctrblk) ctrptr 719 arch/s390/crypto/aes_s390.c memcpy(walk->iv, ctrptr + n - AES_BLOCK_SIZE, ctrptr 352 arch/s390/crypto/des_s390.c static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) ctrptr 358 arch/s390/crypto/des_s390.c memcpy(ctrptr, iv, DES_BLOCK_SIZE); ctrptr 360 arch/s390/crypto/des_s390.c memcpy(ctrptr + DES_BLOCK_SIZE, ctrptr, DES_BLOCK_SIZE); ctrptr 361 arch/s390/crypto/des_s390.c crypto_inc(ctrptr + DES_BLOCK_SIZE, DES_BLOCK_SIZE); ctrptr 362 arch/s390/crypto/des_s390.c ctrptr += DES_BLOCK_SIZE; ctrptr 371 arch/s390/crypto/des_s390.c u8 buf[DES_BLOCK_SIZE], *ctrptr; ctrptr 382 arch/s390/crypto/des_s390.c ctrptr = (n > DES_BLOCK_SIZE) ? ctrblk : walk->iv; ctrptr 384 arch/s390/crypto/des_s390.c walk->src.virt.addr, n, ctrptr); ctrptr 385 arch/s390/crypto/des_s390.c if (ctrptr == ctrblk) ctrptr 386 arch/s390/crypto/des_s390.c memcpy(walk->iv, ctrptr + n - DES_BLOCK_SIZE, ctrptr 576 arch/s390/crypto/paes_s390.c static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) ctrptr 581 arch/s390/crypto/paes_s390.c memcpy(ctrptr, iv, AES_BLOCK_SIZE); ctrptr 584 arch/s390/crypto/paes_s390.c memcpy(ctrptr + AES_BLOCK_SIZE, ctrptr, AES_BLOCK_SIZE); ctrptr 585 arch/s390/crypto/paes_s390.c crypto_inc(ctrptr + AES_BLOCK_SIZE, AES_BLOCK_SIZE); ctrptr 586 arch/s390/crypto/paes_s390.c ctrptr += AES_BLOCK_SIZE; ctrptr 595 arch/s390/crypto/paes_s390.c u8 buf[AES_BLOCK_SIZE], *ctrptr; ctrptr 606 arch/s390/crypto/paes_s390.c ctrptr = (n > AES_BLOCK_SIZE) ? ctrblk : walk->iv; ctrptr 609 arch/s390/crypto/paes_s390.c n, ctrptr); ctrptr 611 arch/s390/crypto/paes_s390.c if (ctrptr == ctrblk) ctrptr 612 arch/s390/crypto/paes_s390.c memcpy(walk->iv, ctrptr + k - AES_BLOCK_SIZE,