HomeSort by: relevance | last modified time | path
    Searched refs:dk_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libresolv/
dst_api.c 184 new_key->dk_flags = flags;
359 (int)pubkey->dk_flags,
626 if (key->dk_flags & DST_EXTEND_FLAG)
632 key->dk_flags, key->dk_proto, key->dk_alg, enc_key);
674 key_st->dk_flags = dst_s_get_int16(rdata);
676 if (key_st->dk_flags & DST_EXTEND_FLAG) {
679 key_st->dk_flags = key_st->dk_flags | (ext_flags << 16);
726 val = (u_int16_t)(key->dk_flags & 0xffff);
733 if (key->dk_flags > 0xffff) { /*%< Extended flags *
    [all...]
dst_internal.h 43 u_int32_t dk_flags; /*%< and the flags of the public key */ member in struct:dst_key
  /src/lib/libc/include/isc/
dst.h 12 u_int32_t dk_flags; /*%< and the flags of the public key */ member in struct:dst_key

Completed in 12 milliseconds