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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
tkey.c 363 unsigned int sharedsize; local
450 RETERR(dst_key_secretsize(tctx->dhkey, &sharedsize));
451 isc_buffer_allocate(msg->mctx, &shared, sharedsize);
1228 unsigned int sharedsize; local
1307 RETERR(dst_key_secretsize(key, &sharedsize));
1308 isc_buffer_allocate(rmsg->mctx, &shared, sharedsize);

Completed in 25 milliseconds