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.c844 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local
880 gcm_walk_start(&gw_out, req->dst, len); in gcm_aes_crypt()
886 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
906 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
909 gw_out.ptr + aad_bytes, in gcm_aes_crypt()
918 if (gcm_out_walk_done(&gw_out, n) != n) { in gcm_aes_crypt()
936 memzero_explicit(gw_out.buf, sizeof(gw_out.buf)); in gcm_aes_crypt()