OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rpk
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tls/
tls_verify.c
157
EVP_PKEY *
rpk
= 0;
local
167
rpk
= X509_STORE_CTX_get0_rpk(ctx);
196
} else if (
rpk
) {
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert.c
131
CERT_PKEY *
rpk
= ret->pkeys + i;
local
136
rpk
->x509 = cpk->x509;
142
rpk
->privatekey = cpk->privatekey;
146
rpk
->chain = X509_chain_up_ref(cpk->chain);
147
if (!
rpk
->chain) {
154
rpk
->serverinfo = OPENSSL_memdup(cpk->serverinfo, cpk->serverinfo_length);
155
if (
rpk
->serverinfo == NULL)
157
rpk
->serverinfo_length = cpk->serverinfo_length;
164
rpk
->comp_cert[j] = cpk->comp_cert[j];
427
static int ssl_verify_internal(SSL_CONNECTION *s, STACK_OF(X509) *sk, EVP_PKEY *
rpk
)
[
all
...]
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_cert.c
114
CERT_PKEY *
rpk
= ret->pkeys + i;
local
116
rpk
->x509 = cpk->x509;
117
X509_up_ref(
rpk
->x509);
121
rpk
->privatekey = cpk->privatekey;
126
rpk
->chain = X509_chain_up_ref(cpk->chain);
127
if (!
rpk
->chain) {
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_cert.c
103
CERT_PKEY *
rpk
= ret->pkeys + i;
local
105
rpk
->x509 = cpk->x509;
106
X509_up_ref(
rpk
->x509);
110
rpk
->privatekey = cpk->privatekey;
115
rpk
->chain = X509_chain_up_ref(cpk->chain);
116
if (!
rpk
->chain) {
/src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h
282
EVP_PKEY *
rpk
;
member in struct:x509_store_ctx_st
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026