Searched refs:sorted (Results 1 – 8 of 8) sorted by relevance
31 int sorted; member41 sk->sorted = 0; in OPENSSL_sk_set_cmp_func()56 ret->sorted = 0; in OPENSSL_sk_dup()94 ret->sorted = 0; in OPENSSL_sk_deep_copy()271 st->sorted = 0; in OPENSSL_sk_insert()326 if (!st->sorted) { in internal_find()329 st->sorted = 1; /* empty or single-element stack is considered sorted */ in internal_find()441 st->sorted = 0; in OPENSSL_sk_set()447 if (st != NULL && !st->sorted && st->comp != NULL) { in OPENSSL_sk_sort()450 st->sorted = 1; /* empty or single-element stack is considered sorted */ in OPENSSL_sk_sort()[all …]
31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL37 B<ssl> as would be sent in a ClientHello (that is, sorted by preference).86 sorted list of available ciphers, until NULL is returned.
177 where a comparison function has been specified, I<sk> is sorted and182 sorted as the result of a B<sk_I<TYPE>_find>() call, if a lock is being used to191 element in the sorted stack is returned.200 B<sk_I<TYPE>_is_sorted>() returns B<1> if I<sk> is sorted and B<0> otherwise.276 B<sk_I<TYPE>_is_sorted>() returns B<1> if the stack is sorted and B<0> if it is
86 be sorted starting with the subject's certificate (actual client or server
61 int sorted; in test_int_stack() member141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted)) { in test_int_stack()
42 properties can be sorted by the string index which makes comparisons linear77 lists are sorted by the name index. Some additional utility functions
533 * Special case: this refers to a SET OF that will be sorted into DER order
10143 * Keep cipherlists sorted in the source instead of sorting them at12900 cleanup (among others, algorithm keywords are now sorted16221 attributes because these will be a SET OF encoding which is sorted
Completed in 33 milliseconds