Searched refs:gw_in (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/crypto/ |
| H A D | aes_s390.c | 844 struct gcm_sg_walk gw_in, gw_out; in gcm_aes_crypt() local 879 gcm_walk_start(&gw_in, req->src, len); in gcm_aes_crypt() 885 in_bytes = gcm_in_walk_go(&gw_in, min_bytes); in gcm_aes_crypt() 906 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt() 910 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt() 911 gw_in.ptr, aad_bytes); in gcm_aes_crypt() 914 if (gcm_in_walk_done(&gw_in, n) != n) { in gcm_aes_crypt() 935 memzero_explicit(gw_in.buf, sizeof(gw_in.buf)); in gcm_aes_crypt()
|