Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Daes_s390.c828 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local
864 gcm_walk_start(&gw_out, req->dst, len); in gcm_aes_crypt()
870 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
890 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
893 gw_out.ptr + aad_bytes, in gcm_aes_crypt()
900 if (gcm_out_walk_done(&gw_out, n) != n) in gcm_aes_crypt()