Home
last modified time | relevance | path

Searched refs:genlist (Results 1 – 11 of 11) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgenlist.c41 struct genlist *
44 struct genlist *new = calloc(sizeof(struct genlist), 1); in genlist_init()
50 genlist_insert (struct genlist *head, void *data) in genlist_insert()
59 genlist_append (struct genlist *head, void *data) in genlist_append()
68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg) in genlist_foreach()
82 genlist_next (struct genlist *head, struct genlist_entry **buf) in genlist_next()
96 genlist_free (struct genlist *head, genlist_freedata_t func) in genlist_free()
100 while ((p = TAILQ_LAST(head, genlist)) != NULL) { in genlist_free()
113 struct genlist *l1, *l2;
126 dump_list(struct genlist *head)
Dgenlist.h43 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);
80 void genlist_free (struct genlist *head, genlist_freedata_t func);
Drsalist.h55 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);
Drsalist.c65 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, in rsa_key_insert()
106 rsa_key_dump(struct genlist *list) in rsa_key_dump()
120 rsa_list_count(struct genlist *list) in rsa_list_count()
130 struct genlist *winners;
162 struct genlist *
165 struct genlist *list; in rsa_lookup_keys()
189 rsa_parse_file(struct genlist *list, const char *fname, enum rsa_key_type type) in rsa_parse_file()
201 rsa_try_check_rsasign(vchar_t *source, vchar_t *sig, struct genlist *list) in rsa_try_check_rsasign()
Dremoteconf.h72 struct genlist *idvl_p; /* peer's identifiers list */
123 struct genlist *rsa_private, /* lists of PlainRSA keys to use */
Dprsa_par.y85 struct genlist *prsa_cur_list = NULL;
312 prsa_parse_file(struct genlist *list, char *fname, enum rsa_key_type type) in prsa_parse_file()
Dhandler.h169 struct genlist *rsa_candidates; /* possible candidates for peer's RSA key */
DMakefile.in89 backupsa.$(OBJEXT) genlist.$(OBJEXT) rsalist.$(OBJEXT) \
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genlist.Po@am__quote@
/external/python/dateutil/dateutil/
Drrule.py1306 def __init__(self, genlist, gen): argument
1309 genlist.append(self)
1312 self.genlist = genlist
1319 if self.genlist[0] is self:
1320 heapq.heappop(self.genlist)
1322 self.genlist.remove(self)
1323 heapq.heapify(self.genlist)
/external/ipsec-tools/
DMakefile8 src/racoon/genlist.c \
DAndroid.bp23 "src/racoon/genlist.c",