Home
last modified time | relevance | path

Searched refs:CRYPTO_ERROR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_crypto.h84 #define CRYPTO_ERROR 0x40000000 /* error */ macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c478 code |= CRYPTO_ERROR; in crypto_recv()
1038 if (code & (CRYPTO_RESP | CRYPTO_ERROR)) { in crypto_recv()
1393 opcode_bits = CRYPTO_ERROR; in crypto_xmit()
1454 if (opcode & CRYPTO_ERROR) in crypto_verify()