Searched refs:gw_out (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
874 gcm_walk_start(&gw_out, req->dst, len);
880 out_bytes = gcm_out_walk_go(&gw_out, min_bytes);
900 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes);
903 gw_out.ptr + aad_bytes,
910 if (gcm_out_walk_done(&gw_out, n) != n)

Completed in 116 milliseconds