Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_api.c1830 struct compat_ica_xcrb xcrb32; in trans_xcrb32() local
1836 if (copy_from_user(&xcrb32, uxcrb32, sizeof(xcrb32))) in trans_xcrb32()
1838 xcrb64.agent_ID = xcrb32.agent_ID; in trans_xcrb32()
1839 xcrb64.user_defined = xcrb32.user_defined; in trans_xcrb32()
1840 xcrb64.request_ID = xcrb32.request_ID; in trans_xcrb32()
1842 xcrb32.request_control_blk_length; in trans_xcrb32()
1844 compat_ptr(xcrb32.request_control_blk_addr); in trans_xcrb32()
1846 xcrb32.request_data_length; in trans_xcrb32()
1848 compat_ptr(xcrb32.request_data_address); in trans_xcrb32()
1850 xcrb32.reply_control_blk_length; in trans_xcrb32()
[all …]