HomeSort by: relevance | last modified time | path
    Searched refs:auth_findkey (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
authkeys.c 547 * auth_findkey - find a key in the hash table
550 auth_findkey( function
575 (NULL != auth_findkey(id));
600 sk = auth_findkey(id);
648 sk = auth_findkey(id);
704 sk = auth_findkey(id);
729 if (NULL != (sk = auth_findkey(keyno))) {
768 sk = auth_findkey(keyno);
  /src/external/bsd/ntp/dist/include/
ntp_stdlib.h 113 extern struct savekey *auth_findkey (keyid_t);
  /src/external/bsd/ntp/dist/tests/libntp/
digests.c 108 if (!auth_findkey(key)) { \

Completed in 117 milliseconds