Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Doakley.c1679 cert_t **certpl; local
1685 certpl = &iph1->cert;
1688 certpl = &iph1->cert_p;
1723 *certpl = oakley_newcert();
1724 if (!*certpl) {
1729 (*certpl)->pl = vmalloc(cert->l + 1);
1730 if ((*certpl)->pl == NULL) {
1733 oakley_delcert(*certpl);
1734 *certpl = NULL;
1737 memcpy((*certpl)->pl->v + 1, cert->v, cert->l);
[all …]