Lines Matching full:ssl_ctx
316 int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x) {
367 int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type) {
410 int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, const uint8_t *d) {
425 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) {
449 int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type) {
490 int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const uint8_t *d, long len) {
507 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey) {
516 int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) {
556 int SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx, const uint8_t *d,
578 int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) {