Searched refs:rtoken (Results 1 – 2 of 2) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | gssapi.c | 279 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()
|
/external/srec/srec/crec/ |
D | word_lattice.c | 604 word_token* rtoken; local 665 for (; (*rtoken_index) != MAXwtokenID; rtoken_index = &rtoken->next_token_index) 667 rtoken = &rec->word_token_array[(*rtoken_index)];
|