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

  /external/ipsec-tools/src/racoon/
remoteconf.c 529 new->rsa_private = genlist_init();
636 if (new->rsa_private == rmconf->rsa_private) {
637 new->rsa_private = genlist_init();
638 genlist_foreach(rmconf->rsa_private, duprsa, new->rsa_private);
762 if (rmconf->rsa_private)
763 genlist_free(rmconf->rsa_private, rsa_key_free);
remoteconf.h 157 struct genlist *rsa_private, /* lists of PlainRSA keys to use */ member in struct:remoteconf
rsalist.c 235 list = iph1->rmconf->rsa_private;
cfparse.y     [all...]

Completed in 34 milliseconds