Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/crypto/
Daes_s390.c839 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local
875 gcm_walk_start(&gw_out, req->dst, len); in gcm_aes_crypt()
881 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
901 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
904 gw_out.ptr + aad_bytes, in gcm_aes_crypt()
911 if (gcm_out_walk_done(&gw_out, n) != n) in gcm_aes_crypt()