OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mspki
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tls/
tls_dane.c
996
EVP_PKEY *
mspki
= 0;
local
997
int depth = SSL_get0_dane_authority(TLScontext->con, &mcert, &
mspki
);
1042
TLScontext->namaddr,
mspki
?
/src/crypto/external/apache2/openssl/dist/apps/lib/
s_cb.c
1256
EVP_PKEY *
mspki
= NULL;
local
1271
if ((mdpth = SSL_get0_dane_authority(s, NULL, &
mspki
)) >= 0) {
1296
(
mspki
!= NULL) ? "signed the peer" : mdpth ? "matched the TA"
/src/crypto/external/bsd/openssl/dist/apps/lib/
s_cb.c
1189
EVP_PKEY *
mspki
;
local
1204
if ((mdpth = SSL_get0_dane_authority(s, NULL, &
mspki
)) >= 0) {
1227
(
mspki
!= NULL) ? "signed the certificate" :
/src/crypto/external/bsd/openssl.old/dist/apps/
s_cb.c
1158
EVP_PKEY *
mspki
;
local
1173
if ((mdpth = SSL_get0_dane_authority(s, NULL, &
mspki
)) >= 0) {
1196
(
mspki
!= NULL) ? "signed the certificate" :
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026