Lines Matching refs:cipher_list_by_id
1327 static int update_cipher_list_by_id(STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list_by_id() argument
1336 sk_SSL_CIPHER_free(*cipher_list_by_id); in update_cipher_list_by_id()
1337 *cipher_list_by_id = tmp_cipher_list; in update_cipher_list_by_id()
1339 (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id, ssl_cipher_ptr_id_cmp); in update_cipher_list_by_id()
1340 sk_SSL_CIPHER_sort(*cipher_list_by_id); in update_cipher_list_by_id()
1347 STACK_OF(SSL_CIPHER) **cipher_list_by_id, in update_cipher_list()
1378 if (!update_cipher_list_by_id(cipher_list_by_id, tmp_cipher_list)) { in update_cipher_list()
1394 return update_cipher_list(ctx, &ctx->cipher_list, &ctx->cipher_list_by_id, in SSL_CTX_set_ciphersuites()
1417 &sc->cipher_list_by_id, in SSL_set_ciphersuites()
1426 STACK_OF(SSL_CIPHER) **cipher_list_by_id, in STACK_OF()
1441 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL) in STACK_OF()
1661 if (!update_cipher_list_by_id(cipher_list_by_id, cipherstack)) { in STACK_OF()