OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p7s
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
crl2pkcs7.c
58
PKCS7_SIGNED *
p7s
= NULL;
local
132
if ((
p7s
= PKCS7_SIGNED_new()) == NULL)
135
p7->d.sign =
p7s
;
136
p7s
->contents->type = OBJ_nid2obj(NID_pkcs7_data);
138
if (!ASN1_INTEGER_set(
p7s
->version, 1))
144
p7s
->crl = crl_stack;
154
p7s
->cert = cert_stack;
crl2pkcs7.c
58
PKCS7_SIGNED *
p7s
= NULL;
local
132
if ((
p7s
= PKCS7_SIGNED_new()) == NULL)
135
p7->d.sign =
p7s
;
136
p7s
->contents->type = OBJ_nid2obj(NID_pkcs7_data);
138
if (!ASN1_INTEGER_set(
p7s
->version, 1))
144
p7s
->crl = crl_stack;
154
p7s
->cert = cert_stack;
/src/crypto/external/bsd/openssl/dist/apps/
crl2pkcs7.c
53
PKCS7_SIGNED *
p7s
= NULL;
local
129
if ((
p7s
= PKCS7_SIGNED_new()) == NULL)
132
p7->d.sign =
p7s
;
133
p7s
->contents->type = OBJ_nid2obj(NID_pkcs7_data);
135
if (!ASN1_INTEGER_set(
p7s
->version, 1))
141
p7s
->crl = crl_stack;
149
p7s
->cert = cert_stack;
crl2pkcs7.c
53
PKCS7_SIGNED *
p7s
= NULL;
local
129
if ((
p7s
= PKCS7_SIGNED_new()) == NULL)
132
p7->d.sign =
p7s
;
133
p7s
->contents->type = OBJ_nid2obj(NID_pkcs7_data);
135
if (!ASN1_INTEGER_set(
p7s
->version, 1))
141
p7s
->crl = crl_stack;
149
p7s
->cert = cert_stack;
/src/crypto/external/bsd/openssl.old/dist/apps/
crl2p7.c
45
PKCS7_SIGNED *
p7s
= NULL;
local
115
if ((
p7s
= PKCS7_SIGNED_new()) == NULL)
118
p7->d.sign =
p7s
;
119
p7s
->contents->type = OBJ_nid2obj(NID_pkcs7_data);
121
if (!ASN1_INTEGER_set(
p7s
->version, 1))
127
p7s
->crl = crl_stack;
135
p7s
->cert = cert_stack;
crl2p7.c
45
PKCS7_SIGNED *
p7s
= NULL;
local
115
if ((
p7s
= PKCS7_SIGNED_new()) == NULL)
118
p7->d.sign =
p7s
;
119
p7s
->contents->type = OBJ_nid2obj(NID_pkcs7_data);
121
if (!ASN1_INTEGER_set(
p7s
->version, 1))
127
p7s
->crl = crl_stack;
135
p7s
->cert = cert_stack;
/src/external/bsd/unbound/dist/smallapp/
unbound-anchor.c
82
* root-anchors.
p7s
via SSL. The HTTPS certificate can be logged but is
86
* then checks the
p7s
signature.
109
* intermediate CAs are included in the
p7s
file that was downloaded. (the
146
/** path on HTTPS server to
p7s
file */
147
#define P7SNAME "root-anchors/root-anchors.
p7s
"
224
printf("-s path pathname to
p7s
in url, default %s\n", P7SNAME);
1757
* (the
p7s
) */
1774
verify_p7sig(BIO* data, BIO*
p7s
, STACK_OF(X509)* trust, const char* p7signer)
1804
(void)BIO_seek(
p7s
, 0);
1807
/* convert
p7s
to p7 (the signature) *
1976
BIO *xml, *
p7s
;
local
[
all
...]
unbound-anchor.c
82
* root-anchors.
p7s
via SSL. The HTTPS certificate can be logged but is
86
* then checks the
p7s
signature.
109
* intermediate CAs are included in the
p7s
file that was downloaded. (the
146
/** path on HTTPS server to
p7s
file */
147
#define P7SNAME "root-anchors/root-anchors.
p7s
"
224
printf("-s path pathname to
p7s
in url, default %s\n", P7SNAME);
1757
* (the
p7s
) */
1774
verify_p7sig(BIO* data, BIO*
p7s
, STACK_OF(X509)* trust, const char* p7signer)
1804
(void)BIO_seek(
p7s
, 0);
1807
/* convert
p7s
to p7 (the signature) *
1976
BIO *xml, *
p7s
;
local
[
all
...]
Completed in 46 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026