Lines Matching refs:cipher_list_by_id
680 &(ctx->cipher_list_by_id), in SSL_CTX_set_ssl_version()
1427 sk_SSL_CIPHER_free(s->cipher_list_by_id); in ossl_ssl_connection_free()
3279 if (s->cipher_list_by_id != NULL) in STACK_OF()
3280 return s->cipher_list_by_id; in STACK_OF()
3282 && s->ssl.ctx->cipher_list_by_id != NULL) in STACK_OF()
3283 return s->ssl.ctx->cipher_list_by_id; in STACK_OF()
3340 &ctx->cipher_list, &ctx->cipher_list_by_id, str, in SSL_CTX_set_cipher_list()
3370 &sc->cipher_list, &sc->cipher_list_by_id, str, in SSL_set_cipher_list()
4054 &ret->cipher_list, &ret->cipher_list_by_id, in SSL_CTX_new_ex()
4311 sk_SSL_CIPHER_free(a->cipher_list_by_id); in SSL_CTX_free()
5134 if (sc->cipher_list_by_id != NULL) in SSL_dup()
5135 if ((retsc->cipher_list_by_id = sk_SSL_CIPHER_dup(sc->cipher_list_by_id)) in SSL_dup()