gw_out 1000 arch/s390/crypto/aes_s390.c struct gcm_sg_walk gw_in, gw_out; gw_out 1036 arch/s390/crypto/aes_s390.c gcm_walk_start(&gw_out, req->dst, len); gw_out 1042 arch/s390/crypto/aes_s390.c out_bytes = gcm_out_walk_go(&gw_out, min_bytes); gw_out 1062 arch/s390/crypto/aes_s390.c memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); gw_out 1065 arch/s390/crypto/aes_s390.c gw_out.ptr + aad_bytes, gw_out 1072 arch/s390/crypto/aes_s390.c if (gcm_out_walk_done(&gw_out, n) != n)