Searched refs:SSL (Results 1 – 6 of 6) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | ssl.h | 440 int (*ssl_new) (SSL *s); 2138 int SSL_clear(SSL *s); 2173 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg); 2225 void SSL_copy_session_id(SSL *to, const SSL *from); 2331 void SSL_free(SSL *ssl); 2332 int SSL_accept(SSL *ssl); 2333 int SSL_connect(SSL *ssl); 2397 int SSL_shutdown(SSL *s); 2424 SSL *SSL_dup(SSL *ssl); 2451 void (*SSL_get_info_callback(const SSL *ssl)) (const SSL *ssl, int type, [all …]
|
A D | srtp.h | 136 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); 138 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); 139 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
|
A D | tls1.h | 309 const char *SSL_get_servername(const SSL *s, const int type); 310 int SSL_get_servername_type(const SSL *s); 318 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, 323 int SSL_get_sigalgs(SSL *s, int idx, 327 int SSL_get_shared_sigalgs(SSL *s, int idx, 331 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
|
A D | kssl.h | 189 void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx); 190 KSSL_CTX *SSL_get0_kssl_ctx(SSL *s);
|
A D | ossl_typ.h | 178 typedef struct ssl_st SSL; typedef
|
A D | engine.h | 341 typedef int (*ENGINE_SSL_CLIENT_CERT_PTR) (ENGINE *, SSL *ssl, 668 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
|
Completed in 24 milliseconds