Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/dmapi/
Devent.c815 dm_token_t token, rtoken; in main() local
840 &rtoken); in main()
861 dm_token_t token, rtoken; in main() local
886 &rtoken); in main()
907 dm_token_t token, rtoken; in main() local
931 rc = dm_move_event(sid, INVALID_ADDR, targsid, &rtoken); in main()
952 dm_token_t token, rtoken; in main() local
976 rc = dm_move_event(sid, token, INVALID_ADDR, &rtoken); in main()
997 dm_token_t token, rtoken; in main() local
1022 rc = dm_move_event(sid, token, DM_NO_SESSION, &rtoken); in main()
[all …]
/external/ipsec-tools/src/racoon/
Dgssapi.c279 gss_buffer_t itoken, rtoken, dummy; in gssapi_get_itoken() local
309 rtoken = gps->gsscnt_p == 0 ? dummy : &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_itoken()
316 0, GSS_C_NO_CHANNEL_BINDINGS, rtoken, NULL, in gssapi_get_itoken()
350 gss_buffer_t itoken, rtoken; in gssapi_get_rtoken() local
359 rtoken = &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_rtoken()
363 gps->gss_cred, rtoken, GSS_C_NO_CHANNEL_BINDINGS, &client_name, in gssapi_get_rtoken()