HomeSort by: relevance | last modified time | path
    Searched defs:key_st (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libresolv/
dst_api.c 654 DST_KEY *key_st; local
670 if ((key_st = dst_s_get_key_struct(in_name, alg, 0, 0, 0)) == NULL)
673 key_st->dk_id = dst_s_dns_key_id(rdata, len);
674 key_st->dk_flags = dst_s_get_int16(rdata);
675 key_st->dk_proto = (u_int16_t) rdata[DST_KEY_PROT];
676 if (key_st->dk_flags & DST_EXTEND_FLAG) {
679 key_st->dk_flags = key_st->dk_flags | (ext_flags << 16);
686 if (key_st->dk_func && key_st->dk_func->from_dns_key)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
endecoder_legacy_test.c 219 static struct key_st { struct
277 static struct key_st *lookup_key(const char *type)
504 struct key_st *key = NULL;
  /src/crypto/external/bsd/openssl/dist/test/
endecoder_legacy_test.c 215 static struct key_st { struct
275 static struct key_st *lookup_key(const char *type)
507 struct key_st *key = NULL;
  /src/external/bsd/libbind/dist/dst/
dst_api.c 647 DST_KEY *key_st; local
663 if ((key_st = dst_s_get_key_struct(in_name, alg, 0, 0, 0)) == NULL)
666 key_st->dk_id = dst_s_dns_key_id(rdata, len);
667 key_st->dk_flags = dst_s_get_int16(rdata);
668 key_st->dk_proto = (u_int16_t) rdata[DST_KEY_PROT];
669 if (key_st->dk_flags & DST_EXTEND_FLAG) {
672 key_st->dk_flags = key_st->dk_flags | (ext_flags << 16);
679 if (key_st->dk_func && key_st->dk_func->from_dns_key)
    [all...]

Completed in 28 milliseconds