Lines Matching refs:thunk
1462 } thunk; in crypto_ioctl() local
1474 data = (void *)&thunk.sopc; in crypto_ioctl()
1475 session_op_from_32((struct session_op32 *)data32, &thunk.sopc); in crypto_ioctl()
1481 data = (void *)&thunk.sopc; in crypto_ioctl()
1483 &thunk.sopc); in crypto_ioctl()
1489 data = (void *)&thunk.copc; in crypto_ioctl()
1490 crypt_op_from_32((struct crypt_op32 *)data32, &thunk.copc); in crypto_ioctl()
1496 data = (void *)&thunk.aeadc; in crypto_ioctl()
1497 crypt_aead_from_32((struct crypt_aead32 *)data32, &thunk.aeadc); in crypto_ioctl()
1507 data = (void *)&thunk.kopc; in crypto_ioctl()
1508 crypt_kop_from_32((struct crypt_kop32 *)data32, &thunk.kopc); in crypto_ioctl()
1534 session2_op_from_op((void *)data, &thunk.sopc); in crypto_ioctl()
1535 sop = &thunk.sopc; in crypto_ioctl()