Searched refs:__ctrblk_init (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/arch/s390/crypto/ |
| D | des_s390.c | 367 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 396 n = __ctrblk_init(ctrblk, walk->iv, nbytes); in ctr_desall_crypt()
|
| D | paes_s390.c | 431 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 460 n = __ctrblk_init(ctrblk, walk->iv, nbytes); in ctr_paes_crypt()
|
| D | aes_s390.c | 678 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 707 n = __ctrblk_init(ctrblk, walk->iv, nbytes); in ctr_aes_crypt()
|