Searched refs:__ctrblk_init (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/crypto/ |
D | des_s390.c | 303 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 333 n = __ctrblk_init(ctrblk, walk.iv, nbytes); in ctr_desall_crypt()
|
D | paes_s390.c | 611 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 651 n = __ctrblk_init(ctrblk, walk.iv, nbytes); in ctr_paes_crypt()
|
D | aes_s390.c | 553 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 587 n = __ctrblk_init(ctrblk, walk.iv, nbytes); in ctr_aes_crypt()
|