Lines Matching refs:cipher_list_by_id
1355 static int update_cipher_list_by_id(STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list_by_id() argument
1364 sk_SSL_CIPHER_free(*cipher_list_by_id); in update_cipher_list_by_id()
1365 *cipher_list_by_id = tmp_cipher_list; in update_cipher_list_by_id()
1367 (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id, ssl_cipher_ptr_id_cmp); in update_cipher_list_by_id()
1368 sk_SSL_CIPHER_sort(*cipher_list_by_id); in update_cipher_list_by_id()
1374 STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list()
1397 if (!update_cipher_list_by_id(cipher_list_by_id, tmp_cipher_list)) { in update_cipher_list()
1413 return update_cipher_list(&ctx->cipher_list, &ctx->cipher_list_by_id, in SSL_CTX_set_ciphersuites()
1429 return update_cipher_list(&s->cipher_list, &s->cipher_list_by_id, in SSL_set_ciphersuites()
1438 STACK_OF(SSL_CIPHER) **cipher_list_by_id, in STACK_OF()
1453 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL) in STACK_OF()
1674 if (!update_cipher_list_by_id(cipher_list_by_id, cipherstack)) { in STACK_OF()