Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/crypto/
Daes_s390.c931 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local
966 gcm_sg_walk_start(&gw_in, req->src, len); in gcm_aes_crypt()
972 in_bytes = gcm_sg_walk_go(&gw_in, min_bytes); in gcm_aes_crypt()
993 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
997 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt()
998 gw_in.ptr, aad_bytes); in gcm_aes_crypt()
1000 gcm_sg_walk_done(&gw_in, aad_bytes + pc_bytes); in gcm_aes_crypt()