HomeSort by: relevance | last modified time | path
    Searched refs:dk_flags (Results 1 - 6 of 6) 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/external/bsd/libbind/dist/dst/
dst_api.c 180 new_key->dk_flags = flags;
356 pubkey->dk_flags, pubkey->dk_proto,
619 if (key->dk_flags & DST_EXTEND_FLAG)
625 key->dk_flags, key->dk_proto, key->dk_alg, enc_key);
667 key_st->dk_flags = dst_s_get_int16(rdata);
669 if (key_st->dk_flags & DST_EXTEND_FLAG) {
672 key_st->dk_flags = key_st->dk_flags | (ext_flags << 16);
719 val = (u_int16_t)(key->dk_flags & 0xffff);
726 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
  /src/external/bsd/libbind/dist/include/isc/
dst.h 12 u_int32_t dk_flags; /*%< and the flags of the public key */ member in struct:dst_key

Completed in 109 milliseconds