HomeSort by: relevance | last modified time | path
    Searched defs:outtoken (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
tkey.c 174 isc_buffer_t *outtoken = NULL; local
209 &intoken, &outtoken, &gss_ctx, principal,
262 if (outtoken != NULL) {
264 isc_buffer_usedlength(outtoken));
265 tkeyout->keylen = isc_buffer_usedlength(outtoken);
266 memmove(tkeyout->key, isc_buffer_base(outtoken),
267 isc_buffer_usedlength(outtoken));
268 isc_buffer_free(&outtoken);
296 if (outtoken != NULL) {
297 isc_buffer_free(&outtoken);
627 isc_buffer_t intoken, outtoken; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tkey.c 515 isc_buffer_t *outtoken = NULL; local
558 &intoken, &outtoken, &gss_ctx, principal,
612 if (outtoken) {
614 isc_buffer_usedlength(outtoken));
615 tkeyout->keylen = isc_buffer_usedlength(outtoken);
616 memmove(tkeyout->key, isc_buffer_base(outtoken),
617 isc_buffer_usedlength(outtoken));
618 isc_buffer_free(&outtoken);
652 if (outtoken != NULL) {
653 isc_buffer_free(&outtoken);
1494 isc_buffer_t intoken, outtoken; local
    [all...]

Completed in 25 milliseconds