Searched refs:dk_flags (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c178 new_key->dk_flags = flags;
354 pubkey->dk_flags, pubkey->dk_proto,
617 if (key->dk_flags & DST_EXTEND_FLAG)
623 key->dk_flags, key->dk_proto, key->dk_alg, enc_key);
665 key_st->dk_flags = dst_s_get_int16(rdata);
667 if (key_st->dk_flags & DST_EXTEND_FLAG) {
670 key_st->dk_flags = key_st->dk_flags | (ext_flags << 16);
717 val = (u_int16_t)(key->dk_flags & 0xffff);
724 if (key->dk_flags >
[all...]
H A Ddst_internal.h41 u_int32_t dk_flags; /*%< and the flags of the public key */ member in struct:dst_key
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Ddst.h10 u_int32_t dk_flags; /*%< and the flags of the public key */ member in struct:dst_key

Completed in 357 milliseconds