Home
last modified time | relevance | path

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

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