Searched refs:__ctrblk_init (Results 1 – 3 of 3) sorted by relevance
/linux/arch/s390/crypto/ |
H A 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()
|
H A D | paes_s390.c | 794 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 834 n = __ctrblk_init(ctrblk, walk.iv, nbytes); in ctr_paes_crypt()
|
H A D | aes_s390.c | 657 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() function 691 n = __ctrblk_init(ctrblk, walk.iv, nbytes); in ctr_aes_crypt()
|