Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/crypto/
H A Daes_s390.c841 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local
877 gcm_walk_start(&gw_out, req->dst, len); in gcm_aes_crypt()
883 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
903 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
906 gw_out.ptr + aad_bytes, in gcm_aes_crypt()
913 if (gcm_out_walk_done(&gw_out, n) != n) in gcm_aes_crypt()
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Daes_s390.c838 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local
874 gcm_walk_start(&gw_out, req->dst, len); in gcm_aes_crypt()
880 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
900 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
903 gw_out.ptr + aad_bytes, in gcm_aes_crypt()
910 if (gcm_out_walk_done(&gw_out, n) != n) in gcm_aes_crypt()

Completed in 4 milliseconds