Searched refs:cipher_list_tls10 (Results 1 – 3 of 3) sorted by relevance
461 ssl->ctx->cipher_list_tls10 != NULL) { in ssl_get_cipher_preferences()462 return ssl->ctx->cipher_list_tls10; in ssl_get_cipher_preferences()
327 ssl_cipher_preference_list_free(ctx->cipher_list_tls10); in SSL_CTX_free()1263 ssl->ctx->cipher_list_tls10 != NULL) { in STACK_OF()1264 return ssl->ctx->cipher_list_tls10->ciphers; in STACK_OF()1331 ctx->method, &ctx->cipher_list_tls10, NULL, str); in SSL_CTX_set_cipher_list_tls10()
3492 struct ssl_cipher_preference_list_st *cipher_list_tls10; member