OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mycert
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.c
253
oakley_get_certtype(rmconf->
mycert
)){
262
issuer = eay_get_x509asn1issuername(rmconf->
mycert
);
673
if (new->
mycert
!= NULL && new->
mycert
== rmconf->
mycert
) {
674
new->
mycert
= vdup(new->
mycert
);
675
STRDUP_FATAL(new->
mycert
);
728
if (rmconf->
mycert
)
729
vfree(rmconf->
mycert
);
[
all
...]
remoteconf.h
105
vchar_t *
mycert
; /* my certificate */
member in struct:remoteconf
cfparse.y
2382
if (cur_rmconf->
mycert
!= NULL) {
2388
&cur_rmconf->
mycert
)) {
2408
if (cur_rmconf->
mycert
!= NULL) {
2413
cur_rmconf->
mycert
= vmalloc(1);
2414
if (cur_rmconf->
mycert
== NULL) {
2415
yyerror("failed to allocate
mycert
\n");
2419
cur_rmconf->
mycert
->v[0] = ISAKMP_CERT_PLAINRSA;
oakley.c
1603
switch (oakley_get_certtype(iph1->rmconf->
mycert
)) {
1607
iph1->cert = vdup(iph1->rmconf->
mycert
);
1616
oakley_get_certtype(iph1->rmconf->
mycert
));
1678
switch (oakley_get_certtype(iph1->rmconf->
mycert
)) {
1706
oakley_get_certtype(iph1->rmconf->
mycert
));
2276
if (type != oakley_get_certtype(iph1->rmconf->
mycert
)) {
Completed in 23 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026