Searched refs:new_list (Results 1 – 2 of 2) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_cfq.c | 81 QUIC_CFQ_ITEM_LIST new_list, tx_list, free_list; member 208 free_list_items(&cfq->new_list); in ossl_quic_cfq_free() 256 list_insert_sorted(&cfq->new_list, item, compare); in ossl_quic_cfq_add_frame() 266 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_mark_tx() 291 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_mark_lost() 293 list_insert_sorted(&cfq->new_list, ex, compare); in ossl_quic_cfq_mark_lost() 300 list_insert_sorted(&cfq->new_list, ex, compare); in ossl_quic_cfq_mark_lost() 319 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_release() 337 QUIC_CFQ_ITEM_EX *item = cfq->new_list.head; in ossl_quic_cfq_get_priority_head()
|
/openssl/engines/ |
H A D | e_devcrypto.c | 1137 int *new_list; in devcrypto_ctrl() local 1168 new_list=OPENSSL_zalloc(sizeof(selected_ciphers)); in devcrypto_ctrl() 1169 if (!CONF_parse_list(p, ',', 1, cryptodev_select_cipher_cb, new_list)) { in devcrypto_ctrl() 1170 OPENSSL_free(new_list); in devcrypto_ctrl() 1173 memcpy(selected_ciphers, new_list, sizeof(selected_ciphers)); in devcrypto_ctrl() 1174 OPENSSL_free(new_list); in devcrypto_ctrl() 1188 new_list=OPENSSL_zalloc(sizeof(selected_digests)); in devcrypto_ctrl() 1189 if (!CONF_parse_list(p, ',', 1, cryptodev_select_digest_cb, new_list)) { in devcrypto_ctrl() 1190 OPENSSL_free(new_list); in devcrypto_ctrl() 1193 memcpy(selected_digests, new_list, sizeof(selected_digests)); in devcrypto_ctrl() [all …]
|
Completed in 13 milliseconds