Searched defs:ctrptr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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() argument 322 u8 buf[DES_BLOCK_SIZE], *ctrptr; in ctr_desall_crypt() local [all...] |
H A D | paes_s390.c | 611 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() argument 630 u8 buf[AES_BLOCK_SIZE], *ctrptr; in ctr_paes_crypt() local [all...] |
H A D | aes_s390.c | 553 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() argument 572 u8 buf[AES_BLOCK_SIZE], *ctrptr; in ctr_aes_crypt() local [all...] |
/kernel/linux/linux-6.6/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() argument 322 u8 buf[DES_BLOCK_SIZE], *ctrptr; in ctr_desall_crypt() local [all...] |
H A D | paes_s390.c | 628 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() argument 647 u8 buf[AES_BLOCK_SIZE], *ctrptr; in ctr_paes_crypt() local [all...] |
H A D | aes_s390.c | 550 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() argument 569 u8 buf[AES_BLOCK_SIZE], *ctrptr; in ctr_aes_crypt() local [all...] |
Completed in 7 milliseconds