Searched refs:TSIG_SIGNED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.h168 #define TSIG_SIGNED 1 /* TSIG contains signed data */ macro
H A Dsmbns_dyndns.c786 * called twice. First called with TSIG_UNSIGNED, and second with TSIG_SIGNED.
788 * message encrypted for TSIG_SIGNED. The message id must be the same id as the
796 * data : TSIG data if TSIG_SIGNED, otherwise NULL
798 * data_signed: TSIG_SIGNED to indicate data is signed and encrypted,
826 if (data_signed == TSIG_SIGNED)
830 if (data_signed == TSIG_SIGNED) {
843 if (data_signed == TSIG_SIGNED) {
1444 in_mic->length, TSIG_SIGNED) == -1) {

Completed in 49 milliseconds