Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/s390/crypto/
Dzcrypt_api.c1845 struct compat_ica_xcRB xcRB32; in trans_xcRB32() local
1851 if (copy_from_user(&xcRB32, uxcRB32, sizeof(xcRB32))) in trans_xcRB32()
1853 xcRB64.agent_ID = xcRB32.agent_ID; in trans_xcRB32()
1854 xcRB64.user_defined = xcRB32.user_defined; in trans_xcRB32()
1855 xcRB64.request_ID = xcRB32.request_ID; in trans_xcRB32()
1857 xcRB32.request_control_blk_length; in trans_xcRB32()
1859 compat_ptr(xcRB32.request_control_blk_addr); in trans_xcRB32()
1861 xcRB32.request_data_length; in trans_xcRB32()
1863 compat_ptr(xcRB32.request_data_address); in trans_xcRB32()
1865 xcRB32.reply_control_blk_length; in trans_xcRB32()
[all …]