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

/linux-master/arch/s390/crypto/
H A Daes_s390.c838 struct gcm_sg_walk gw_in, gw_out; local
873 gcm_walk_start(&gw_in, req->src, len);
879 in_bytes = gcm_in_walk_go(&gw_in, min_bytes);
900 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes);
904 gw_in.ptr + aad_bytes, pc_bytes,
905 gw_in.ptr, aad_bytes);
908 if (gcm_in_walk_done(&gw_in, n) != n)

Completed in 75 milliseconds