Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Doakley.c1675 cert_t **certpl; local
1681 certpl = &iph1->cert;
1684 certpl = &iph1->cert_p;
1719 *certpl = oakley_newcert();
1720 if (!*certpl) {
1725 (*certpl)->pl = vmalloc(cert->l + 1);
1726 if ((*certpl)->pl == NULL) {
1729 oakley_delcert(*certpl);
1730 *certpl = NULL;
1733 memcpy((*certpl)->pl->v + 1, cert->v, cert->l);
[all …]