Lines Matching defs:ssl
27 int SSL_use_certificate(SSL *ssl, X509 *x) in SSL_use_certificate()
43 int SSL_use_certificate_file(SSL *ssl, const char *file, int type) in SSL_use_certificate_file()
84 int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len) in SSL_use_certificate_ASN1()
101 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey()
166 int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type) in SSL_use_RSAPrivateKey_file()
205 int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, const unsigned char *d, long len) in SSL_use_RSAPrivateKey_ASN1()
223 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) in SSL_use_PrivateKey()
235 int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type) in SSL_use_PrivateKey_file()
274 int SSL_use_PrivateKey_ASN1(int type, SSL *ssl, const unsigned char *d, in SSL_use_PrivateKey_ASN1()
570 static int use_certificate_chain_file(SSL_CTX *ctx, SSL *ssl, const char *file) in use_certificate_chain_file()
672 int SSL_use_certificate_chain_file(SSL *ssl, const char *file) in SSL_use_certificate_chain_file()
1020 static int ssl_set_cert_and_key(SSL *ssl, SSL_CTX *ctx, X509 *x509, EVP_PKEY *privatekey, in ssl_set_cert_and_key()
1112 int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey, in SSL_use_cert_and_key()