Searched defs:list (Results 1 – 13 of 13) sorted by relevance
/openssl/crypto/ |
H A D | mem_sec.c | 346 ossl_ssize_t list = sh.freelist_size - 1; in sh_getlist() local 359 static int sh_testbit(char *ptr, int list, unsigned char *table) in sh_testbit() 370 static void sh_clearbit(char *ptr, int list, unsigned char *table) in sh_clearbit() 382 static void sh_setbit(char *ptr, int list, unsigned char *table) in sh_setbit() 394 static void sh_add_to_list(char **list, char *ptr) in sh_add_to_list() 618 static char *sh_find_my_buddy(char *ptr, int list) in sh_find_my_buddy() 634 ossl_ssize_t list, slist; in sh_malloc() local 699 size_t list; in sh_free() local 740 int list; in sh_actual_size() local
|
/openssl/crypto/property/ |
H A D | property_query.c | 24 ossl_property_find_property(const OSSL_PROPERTY_LIST *list, in ossl_property_find_property()
|
H A D | property_parse.c | 699 const OSSL_PROPERTY_LIST *list, char *buf, in ossl_property_list_to_string()
|
H A D | property.c | 103 OSSL_PROPERTY_LIST *list; member
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 380 HT_VALUE_LIST *list = OPENSSL_zalloc(sizeof(HT_VALUE_LIST) in ossl_ht_filter() local 410 void ossl_ht_value_list_free(HT_VALUE_LIST *list) in ossl_ht_value_list_free()
|
/openssl/test/testutil/ |
H A D | driver.c | 418 char *glue_strings(const char *list[], size_t *out_len) in glue_strings()
|
/openssl/include/internal/ |
H A D | hashtable.h | 44 HT_VALUE **list; member
|
/openssl/test/ |
H A D | lhash_test.c | 241 HT_VALUE_LIST *list = NULL; in test_int_hashtable() local
|
H A D | sslapitest.c | 3128 const int *list; member
|
/openssl/apps/lib/ |
H A D | opt.c | 1191 void opt_help(const OPTIONS *list) in opt_help()
|
H A D | s_cb.c | 40 static const char *lookup(int val, const STRINT_PAIR* list, const char* def) in lookup()
|
/openssl/ssl/statem/ |
H A D | extensions.c | 1113 unsigned char *list = s->ext.peer_ecpointformats; in final_ec_pt_formats() local
|
/openssl/ssl/ |
H A D | t1_lib.c | 903 static int tls1_in_list(uint16_t id, const uint16_t *list, size_t listlen) in tls1_in_list()
|
Completed in 82 milliseconds