Lines Matching refs:thunk
1134 } thunk; in crypto_ioctl() local
1146 data = (void *)&thunk.sopc; in crypto_ioctl()
1147 session_op_from_32((struct session_op32 *)data32, &thunk.sopc); in crypto_ioctl()
1153 data = (void *)&thunk.sopc; in crypto_ioctl()
1155 &thunk.sopc); in crypto_ioctl()
1161 data = (void *)&thunk.copc; in crypto_ioctl()
1162 crypt_op_from_32((struct crypt_op32 *)data32, &thunk.copc); in crypto_ioctl()
1168 data = (void *)&thunk.aeadc; in crypto_ioctl()
1169 crypt_aead_from_32((struct crypt_aead32 *)data32, &thunk.aeadc); in crypto_ioctl()
1195 session2_op_from_op((void *)data, &thunk.sopc); in crypto_ioctl()
1196 sop = &thunk.sopc; in crypto_ioctl()