Searched refs:cipher_list_tls11 (Results 1 – 3 of 3) sorted by relevance
456 ssl->ctx->cipher_list_tls11 != NULL) { in ssl_get_cipher_preferences()457 return ssl->ctx->cipher_list_tls11; in ssl_get_cipher_preferences()
328 ssl_cipher_preference_list_free(ctx->cipher_list_tls11); in SSL_CTX_free()1258 ssl->ctx->cipher_list_tls11 != NULL) { in STACK_OF()1259 return ssl->ctx->cipher_list_tls11->ciphers; in STACK_OF()1347 ctx->method, &ctx->cipher_list_tls11, NULL, str); in SSL_CTX_set_cipher_list_tls11()
3497 struct ssl_cipher_preference_list_st *cipher_list_tls11; member