Lines Matching refs:thunk
1137 } thunk; in crypto_ioctl() local
1149 data = (void *)&thunk.sopc; in crypto_ioctl()
1150 session_op_from_32((struct session_op32 *)data32, &thunk.sopc); in crypto_ioctl()
1156 data = (void *)&thunk.sopc; in crypto_ioctl()
1158 &thunk.sopc); in crypto_ioctl()
1164 data = (void *)&thunk.copc; in crypto_ioctl()
1165 crypt_op_from_32((struct crypt_op32 *)data32, &thunk.copc); in crypto_ioctl()
1171 data = (void *)&thunk.aeadc; in crypto_ioctl()
1172 crypt_aead_from_32((struct crypt_aead32 *)data32, &thunk.aeadc); in crypto_ioctl()
1198 session2_op_from_op((void *)data, &thunk.sopc); in crypto_ioctl()
1199 sop = &thunk.sopc; in crypto_ioctl()