Lines Matching refs:sc
450 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(cctx->ssl); in cmd_Certificate() local
452 if (sc != NULL) { in cmd_Certificate()
454 c = sc->cert; in cmd_Certificate()
511 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(cctx->ssl); in do_store() local
513 if (sc == NULL) in do_store()
516 cert = sc->cert; in do_store()
1061 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(cctx->ssl); in SSL_CONF_CTX_finish() local
1063 if (sc != NULL) in SSL_CONF_CTX_finish()
1064 c = sc->cert; in SSL_CONF_CTX_finish()
1147 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in SSL_CONF_CTX_set_ssl() local
1149 if (sc == NULL) in SSL_CONF_CTX_set_ssl()
1151 cctx->poptions = &sc->options; in SSL_CONF_CTX_set_ssl()
1152 cctx->min_version = &sc->min_proto_version; in SSL_CONF_CTX_set_ssl()
1153 cctx->max_version = &sc->max_proto_version; in SSL_CONF_CTX_set_ssl()
1154 cctx->pcert_flags = &sc->cert->cert_flags; in SSL_CONF_CTX_set_ssl()
1155 cctx->pvfy_flags = &sc->verify_mode; in SSL_CONF_CTX_set_ssl()
1156 cctx->cert_filename = OPENSSL_zalloc(sc->ssl_pkey_num in SSL_CONF_CTX_set_ssl()
1159 cctx->num_cert_filename = sc->ssl_pkey_num; in SSL_CONF_CTX_set_ssl()