Home
last modified time | relevance | path

Searched refs:gw_in (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/crypto/
H A Daes_s390.c841 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local
876 gcm_walk_start(&gw_in, req->src, len); in gcm_aes_crypt()
882 in_bytes = gcm_in_walk_go(&gw_in, min_bytes); in gcm_aes_crypt()
903 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
907 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt()
908 gw_in.ptr, aad_bytes); in gcm_aes_crypt()
911 if (gcm_in_walk_done(&gw_in, n) != n) in gcm_aes_crypt()
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Daes_s390.c838 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local
873 gcm_walk_start(&gw_in, req->src, len); in gcm_aes_crypt()
879 in_bytes = gcm_in_walk_go(&gw_in, min_bytes); in gcm_aes_crypt()
900 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
904 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt()
905 gw_in.ptr, aad_bytes); in gcm_aes_crypt()
908 if (gcm_in_walk_done(&gw_in, n) != n) in gcm_aes_crypt()

Completed in 5 milliseconds