Searched refs:__ctrblk_init (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/s390/crypto/ |
| D | des_s390.c | 352 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 381 n = __ctrblk_init(ctrblk, walk->iv, nbytes); in ctr_desall_crypt()
|
| D | paes_s390.c | 576 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 605 n = __ctrblk_init(ctrblk, walk->iv, nbytes); in ctr_paes_crypt()
|
| D | aes_s390.c | 684 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 713 n = __ctrblk_init(ctrblk, walk->iv, nbytes); in ctr_aes_crypt()
|