Home
last modified time | relevance | path

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

/openssl-master/crypto/stack/
A Dstack.c31 int sorted; member
41 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 …]
/openssl-master/doc/man3/
A DSSL_get_ciphers.pod31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL
37 B<ssl> as would be sent in a ClientHello (that is, sorted by preference).
86 sorted list of available ciphers, until NULL is returned.
A DDEFINE_STACK_OF.pod177 where a comparison function has been specified, I<sk> is sorted and
182 sorted as the result of a B<sk_I<TYPE>_find>() call, if a lock is being used to
191 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
A DSSL_CTX_use_certificate.pod86 be sorted starting with the subject's certificate (actual client or server
/openssl-master/test/
A Dstack_test.c61 int sorted; in test_int_stack() member
141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted)) { in test_int_stack()
/openssl-master/crypto/property/
A DREADME.md42 properties can be sorted by the string index which makes comparisons linear
77 lists are sorted by the name index. Some additional utility functions
/openssl-master/include/openssl/
A Dasn1t.h.in533 * Special case: this refers to a SET OF that will be sorted into DER order
/openssl-master/
A DCHANGES.md10143 * Keep cipherlists sorted in the source instead of sorting them at
12900 cleanup (among others, algorithm keywords are now sorted
16221 attributes because these will be a SET OF encoding which is sorted

Completed in 33 milliseconds