Searched defs:from_cache (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/key/ |
H A D | publickey.c | 310 __getpublickey_cached(char *netname, char *pkey, int *from_cache) argument 313 HEXKEYBYTES+1, from_cache)); 551 int *from_cache) /* in/out */ 546 __getpublickey_cached_g(const char netname[], keylen_t keylen, algtype_t algtype, char *pkey, size_t pkeylen, int *from_cache) argument
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svcauth_des.c | 139 int from_cache = 0; local 209 pkey_data, &from_cache)) { 218 pkey_data, &from_cache)) { 238 if (from_cache) { 280 if (fullname_rcvd && from_cache) { 313 if (from_cache) { 343 if (fullname_rcvd && from_cache) { 357 if (fullname_rcvd && from_cache) { 371 if (fullname_rcvd && from_cache) {
|
Completed in 175 milliseconds