OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 62 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026