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

/macosx-10.10.1/libresolv-57/
H A Ddst_api.c186 new_key->dk_flags = flags;
363 pubkey->dk_flags, pubkey->dk_proto,
634 if (key->dk_flags & DST_EXTEND_FLAG)
640 key->dk_flags, key->dk_proto, key->dk_alg, enc_key);
682 key_st->dk_flags = dst_s_get_int16(rdata);
684 if (key_st->dk_flags & DST_EXTEND_FLAG) {
687 key_st->dk_flags = key_st->dk_flags | (ext_flags << 16);
738 val = (u_int16_t)(key->dk_flags & 0xffff);
745 if (key->dk_flags >
[all...]
H A Ddst.h11 u_int32_t dk_flags; /* and the flags of the public key */ member in struct:dst_key
H A Ddst_internal.h45 u_int32_t dk_flags; /* and the flags of the public key */ member in struct:dst_key

Completed in 90 milliseconds