OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:certinfo
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
netdb_dnssec.h
61
struct
certinfo
{
struct
68
struct
certinfo
*ci_next; /* next structure */
71
extern void freecertinfo __P((struct
certinfo
*));
72
extern int getcertsbyname __P((char *, struct
certinfo
**));
getcertsbyname.c
66
static struct
certinfo
*getnewci __P((int, int, int, int, int,
69
static struct
certinfo
*
74
struct
certinfo
*res;
98
struct
certinfo
*ci;
100
struct
certinfo
*next;
112
* get CERT RR by FQDN and create
certinfo
structure chain.
123
struct
certinfo
**res;
128
struct
certinfo
head, *cur;
178
/* create new
certinfo
*/
206
struct
certinfo
**res
[
all
...]
dnssec.c
63
struct
certinfo
*res = NULL;
Completed in 393 milliseconds