OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CERT_PKEY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
ssl_locl.h
503
}
CERT_PKEY
;
508
CERT_PKEY
*key; /* ALWAYS points to an element of the pkeys array
533
CERT_PKEY
pkeys[SSL_PKEY_NUM];
546
CERT_PKEY
*peer_key; /* points to an element of peer_pkeys (never NULL!) */
547
CERT_PKEY
peer_pkeys[SSL_PKEY_NUM];
549
* so maybe we shouldn't even use the
CERT_PKEY
type here. */
875
CERT_PKEY
*ssl_get_server_send_pkey(const SSL *s);
[
all
...]
/external/openssl/ssl/
ssl_locl.h
486
}
CERT_PKEY
;
491
CERT_PKEY
*key; /* ALWAYS points to an element of the pkeys array
516
CERT_PKEY
pkeys[SSL_PKEY_NUM];
529
CERT_PKEY
*peer_key; /* points to an element of peer_pkeys (never NULL!) */
530
CERT_PKEY
peer_pkeys[SSL_PKEY_NUM];
532
* so maybe we shouldn't even use the
CERT_PKEY
type here. */
842
CERT_PKEY
*ssl_get_server_send_pkey(const SSL *s);
[
all
...]
Completed in 190 milliseconds