Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dzcrypt_api.c1844 struct compat_ica_xcRB xcRB32; in trans_xcRB32() local
1850 if (copy_from_user(&xcRB32, uxcRB32, sizeof(xcRB32))) in trans_xcRB32()
1852 xcRB64.agent_ID = xcRB32.agent_ID; in trans_xcRB32()
1854 xcRB64.request_ID = xcRB32.request_ID; in trans_xcRB32()
1856 xcRB32.request_control_blk_length; in trans_xcRB32()
1860 xcRB32.request_data_length; in trans_xcRB32()
1864 xcRB32.reply_control_blk_length; in trans_xcRB32()
1869 compat_ptr(xcRB32.reply_data_addr); in trans_xcRB32()
1871 xcRB64.status = xcRB32.status; in trans_xcRB32()
1888 xcRB32.status = xcRB64.status; in trans_xcRB32()
[all …]

Completed in 7 milliseconds