Lines Matching refs:thunk
1398 } thunk; in crypto_ioctl() local
1410 data = (void *)&thunk.sopc; in crypto_ioctl()
1411 session_op_from_32((struct session_op32 *)data32, &thunk.sopc); in crypto_ioctl()
1417 data = (void *)&thunk.sopc; in crypto_ioctl()
1419 &thunk.sopc); in crypto_ioctl()
1425 data = (void *)&thunk.copc; in crypto_ioctl()
1426 crypt_op_from_32((struct crypt_op32 *)data32, &thunk.copc); in crypto_ioctl()
1432 data = (void *)&thunk.aeadc; in crypto_ioctl()
1433 crypt_aead_from_32((struct crypt_aead32 *)data32, &thunk.aeadc); in crypto_ioctl()
1443 data = (void *)&thunk.kopc; in crypto_ioctl()
1444 crypt_kop_from_32((struct crypt_kop32 *)data32, &thunk.kopc); in crypto_ioctl()
1470 session2_op_from_op((void *)data, &thunk.sopc); in crypto_ioctl()
1471 sop = &thunk.sopc; in crypto_ioctl()