Home
last modified time | relevance | path

Searched refs:list (Results 1 – 9 of 9) sorted by relevance

/crypto/conf/
A Dconf_test.cc441 const char *list; member
474 SCOPED_TRACE(t.list);
484 ASSERT_TRUE(CONF_parse_list(t.list, t.sep, t.remove_whitespace,
A Dconf.cc577 int CONF_parse_list(const char *list, char sep, int remove_whitespace, in CONF_parse_list() argument
583 if (list == NULL) { in CONF_parse_list()
588 lstart = list; in CONF_parse_list()
A Dinternal.h47 const char *list, char sep, int remove_whitespace,
/crypto/obj/
A DREADME6 objects.txt contains the list of all built-in OIDs. It is processed by
9 obj_mac.num is the list of NID values for each OID. This is an input/output
/crypto/
A Dcpu_arm_linux.h125 static int has_list_item(const STRING_PIECE *list, const char *item) { in has_list_item() argument
126 STRING_PIECE remaining = *list, feature; in has_list_item()
/crypto/fipsmodule/rand/
A Drand.cc.inc74 // next and prev form a NULL-terminated, double-linked list of all states in
86 // thread_states_list is the head of a linked-list of all |rand_thread_state|
124 // |state->prev| may be NULL either if it is the head of the list,
125 // or if |state| is freed before it was added to the list at all.
126 // Compare against the head of the list to distinguish these cases.
/crypto/asn1/
A Dasn1_test.cc2634 ASN1_LINKED_LIST *list = d2i_ASN1_LINKED_LIST(nullptr, &ptr, len); in TEST() local
2635 EXPECT_TRUE(list); in TEST()
2636 ASN1_LINKED_LIST_free(list); in TEST()
2641 list = d2i_ASN1_LINKED_LIST(nullptr, &ptr, len); in TEST()
2642 EXPECT_FALSE(list); in TEST()
2645 ASN1_LINKED_LIST_free(list); in TEST()
/crypto/fipsmodule/bn/test/
A Dmiller_rabin_tests.txt209 # 3.1 and 3.2 has a complete list of false witnesses for 65 = 0x41 and
/crypto/fipsmodule/
A DFIPS.md86 …rder to implement this, all per-thread RNG states are tracked in a linked list and a destructor fu…

Completed in 24 milliseconds