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

  /src/external/bsd/ntp/dist/include/
ntp_crypto.h 35 * The following bits are set by the CRYPTO_ASSOC message from
76 #define CRYPTO_ASSOC CRYPTO_CMD(1) /* association */
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 896 if ( (opcode & 0x3fff0000) == CRYPTO_ASSOC
1577 * CRYPTO_ASSOC response with association ID.
1580 && (opcode & 0xffff0000) != (CRYPTO_ASSOC | CRYPTO_RESP)) {
1581 DPRINTF(2, ("receive: AM_NEWBCL drop: Autokey but not CRYPTO_ASSOC\n"));
4325 exten = crypto_args(peer, CRYPTO_ASSOC |
4347 exten = crypto_args(peer, CRYPTO_ASSOC,
4414 exten = crypto_args(peer, CRYPTO_ASSOC,
ntp_crypto.c 131 * CRYPTO_FLAG_ENAB Lit upon acceptance of a CRYPTO_ASSOC message
517 case CRYPTO_ASSOC:
544 case CRYPTO_ASSOC | CRYPTO_RESP:
1138 case CRYPTO_ASSOC:
1139 case CRYPTO_ASSOC | CRYPTO_RESP:

Completed in 30 milliseconds