Searched defs:pq (Results 1 – 6 of 6) sorted by relevance
/openssl/ssl/ |
H A D | priority_queue.c | 74 # define ASSERT_USED(pq, idx) argument 75 # define ASSERT_ELEM_USED(pq, elem) argument 197 int ossl_pqueue_push(OSSL_PQUEUE *pq, void *data, size_t *elem) in ossl_pqueue_push() 221 void *ossl_pqueue_peek(const OSSL_PQUEUE *pq) in ossl_pqueue_peek() 230 void *ossl_pqueue_pop(OSSL_PQUEUE *pq) in ossl_pqueue_pop() 255 void *ossl_pqueue_remove(OSSL_PQUEUE *pq, size_t elem) in ossl_pqueue_remove() 280 static void pqueue_add_freelist(OSSL_PQUEUE *pq, size_t from) in pqueue_add_freelist() 295 int ossl_pqueue_reserve(OSSL_PQUEUE *pq, size_t n) in ossl_pqueue_reserve() 330 OSSL_PQUEUE *pq; in ossl_pqueue_new() local 352 void ossl_pqueue_free(OSSL_PQUEUE *pq) in ossl_pqueue_free() [all …]
|
H A D | pqueue.c | 38 pqueue *pq = OPENSSL_zalloc(sizeof(*pq)); in pqueue_new() local 43 void pqueue_free(pqueue *pq) in pqueue_free() 48 pitem *pqueue_insert(pqueue *pq, pitem *item) in pqueue_insert() 84 pitem *pqueue_peek(pqueue *pq) in pqueue_peek() 89 pitem *pqueue_pop(pqueue *pq) in pqueue_pop() 99 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be) in pqueue_find() 124 pitem *pqueue_iterator(pqueue *pq) in pqueue_iterator() 143 size_t pqueue_size(pqueue *pq) in pqueue_size()
|
/openssl/test/ |
H A D | property_test.c | 480 OSSL_PROPERTY_LIST *pq = NULL; in test_property() local 496 OSSL_PROPERTY_LIST *pq = NULL; in test_property() local 528 OSSL_PROPERTY_LIST *pq = NULL; in test_property() local
|
/openssl/crypto/pem/ |
H A D | pem_local.h | 42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \ argument
|
/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 530 const OSSL_PARAM *p, *pq; in x942kdf_set_ctx_params() local
|
/openssl/crypto/property/ |
H A D | property.c | 624 OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL; in ossl_method_store_fetch() local
|
Completed in 17 milliseconds