HomeSort by relevance Sort by last modified time
    Searched refs:genlist (Results 1 - 9 of 9) sorted by null

  /external/ipsec-tools/src/racoon/
genlist.h 1 /* $NetBSD: genlist.h,v 1.4 2006/09/09 16:22:09 manu Exp $ */
3 /* Id: genlist.h,v 1.2 2004/07/12 20:43:50 ludvigm Exp */
40 /* See the bottom of genlist.c for example use. */
42 /* This declares 'struct genlist' */
43 TAILQ_HEAD(genlist, genlist_entry);
52 struct genlist *genlist_init (void);
55 struct genlist_entry *genlist_insert (struct genlist *head, void *data);
56 struct genlist_entry *genlist_append (struct genlist *head, void *data);
67 void *genlist_foreach (struct genlist *head, genlist_func_t func, void *arg);
72 void *genlist_next (struct genlist *head, struct genlist_entry **buf)
    [all...]
rsalist.h 41 #include "genlist.h"
55 int rsa_key_insert(struct genlist *list, struct netaddr *src, struct netaddr *dst, RSA *rsa);
56 void rsa_key_dump(struct genlist *list);
58 struct genlist *rsa_lookup_keys(struct ph1handle *iph1, int my);
59 RSA *rsa_try_check_rsasign(vchar_t *source, vchar_t *sig, struct genlist *list);
61 unsigned long rsa_list_count(struct genlist *list);
63 int rsa_parse_file(struct genlist *list, const char *fname, enum rsa_key_type type);
genlist.c 1 /* $NetBSD: genlist.c,v 1.4 2006/09/09 16:22:09 manu Exp $ */
3 /* Id: genlist.c,v 1.2 2004/07/12 20:43:50 ludvigm Exp */
39 #include "genlist.h"
41 struct genlist *
44 struct genlist *new = calloc(sizeof(struct genlist), 1);
50 genlist_insert (struct genlist *head, void *data)
59 genlist_append (struct genlist *head, void *data)
68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg)
82 genlist_next (struct genlist *head, struct genlist_entry **buf
    [all...]
rsalist.c 52 #include "genlist.h"
65 int prsa_parse_file(struct genlist *list, const char *fname, enum rsa_key_type type);
68 rsa_key_insert(struct genlist *list, struct netaddr *src,
106 rsa_key_dump(struct genlist *list)
120 rsa_list_count(struct genlist *list)
130 struct genlist *winners;
162 struct genlist *
165 struct genlist *list;
189 rsa_parse_file(struct genlist *list, const char *fname, enum rsa_key_type type)
201 rsa_try_check_rsasign(vchar_t *source, vchar_t *sig, struct genlist *list
    [all...]
remoteconf.h 40 #include "genlist.h"
72 struct genlist *idvl_p; /* peer's identifiers list */
123 struct genlist *rsa_private, /* lists of PlainRSA keys to use */
prsa_par.y 85 struct genlist *prsa_cur_list = NULL;
312 prsa_parse_file(struct genlist *list, char *fname, enum rsa_key_type type)
handler.h 169 struct genlist *rsa_candidates; /* possible candidates for peer's RSA key */
  /external/ipsec-tools/
Makefile 8 src/racoon/genlist.c \
Android.mk 24 src/racoon/genlist.c \

Completed in 196 milliseconds