Home
last modified time | relevance | path

Searched refs:finds (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/crypto/openssl/test/
H A Dstack_test.c63 } finds[] = { in test_int_stack() local
70 const int n_finds = OSSL_NELEM(finds); in test_int_stack()
111 int *val = (finds[i].unsorted == -1) ? &notpresent in test_int_stack()
112 : v + finds[i].unsorted; in test_int_stack()
114 if (!TEST_int_eq(sk_sint_find(s, val), finds[i].unsorted)) { in test_int_stack()
122 int *val = (finds[i].unsorted == -1) ? &notpresent in test_int_stack()
123 : v + finds[i].unsorted; in test_int_stack()
125 if (!TEST_int_eq(sk_sint_find_ex(s, val), finds[i].unsorted)) { in test_int_stack()
141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted)) { in test_int_stack()
148 if (!TEST_int_eq(sk_sint_find_ex(s, &finds[i].value), finds[i].ex)) { in test_int_stack()
/freebsd/crypto/openssl/test/ssl-tests/
H A D09-alpn.cnf6 test-1 = 1-alpn-server-finds-match
56 [1-alpn-server-finds-match]
57 ssl_conf = 1-alpn-server-finds-match-ssl
59 [1-alpn-server-finds-match-ssl]
60 server = 1-alpn-server-finds-match-server
61 client = 1-alpn-server-finds-match-client
63 [1-alpn-server-finds-match-server]
68 [1-alpn-server-finds-match-client]
75 server = 1-alpn-server-finds-match-server-extra
76 client = 1-alpn-server-finds-match-client-extra
[all …]
H A D08-npn.cnf6 test-1 = 1-npn-client-finds-match
61 [1-npn-client-finds-match]
62 ssl_conf = 1-npn-client-finds-match-ssl
64 [1-npn-client-finds-match-ssl]
65 server = 1-npn-client-finds-match-server
66 client = 1-npn-client-finds-match-client
68 [1-npn-client-finds-match-server]
73 [1-npn-client-finds-match-client]
81 server = 1-npn-client-finds-match-server-extra
82 client = 1-npn-client-finds-match-client-extra
[all …]
H A D09-alpn.cnf.in36 name => "alpn-server-finds-match",
H A D08-npn.cnf.in36 name => "npn-client-finds-match",
/freebsd/tools/tools/net80211/wesside/
H A DREADME9 * Channel hops, finds a WEP wifi, finds a MAC to spoof if necessary and
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_set_type.pod25 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)>
31 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)>
H A DCMS_signed_get_attr.pod73 CMS_signed_get_attr_by_OBJ() finds the location of the first matching object
110 CMS_signed_get0_data_by_OBJ() finds the first attribute in a I<si> signed
H A DX509_ATTRIBUTE.pod101 X509at_get_attr_by_OBJ() finds the location of the first matching object I<obj>
191 X509at_get0_data_by_OBJ() finds the first attribute in an attribute list I<x>
H A DEVP_PKEY_get_attr.pod38 EVP_PKEY_get_attr_by_OBJ() finds the location of the first matching object I<obj>
H A DX509_REQ_get_attr.pod35 X509_REQ_get_attr_by_OBJ() finds the location of the first matching object I<obj>
H A DOSSL_ENCODER_CTX_new_for_pkey.pod41 B<OSSL_ENCODER_CTX>, finds all applicable encoder implementations and sets
H A DOSSL_DECODER_CTX_new_for_pkey.pod39 B<OSSL_DECODER_CTX>, finds all applicable decoder implementations and sets
H A DOSSL_PARAM.pod278 If a I<responder> finds that some data sizes are too small for the
288 bigger than needed). If the I<responder> finds the size suitable, it
H A DX509_STORE_add_cert.pod93 X509_STORE_add_lookup() finds or creates a L<X509_LOOKUP(3)> with the
H A DOSSL_ENCODER_CTX.pod110 OSSL_ENCODER_CTX_add_extra() finds encoders that further encodes output
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dsincosf.sollya6 // This script only finds the coeffs for cos - see math/tools/sin.sollya for sin coeffs.
H A Dsincos.sollya6 // This script only finds the coeffs for cos - see math/aarch64/advsimd/sin.c for sin coeffs
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dmoxtet.txt21 The driver finds the devices connected to the bus by itself, but it may be
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod50 ossl_namemap_stored() finds or auto-creates the default namemap in the
62 ossl_namemap_name2num() finds the number corresponding to the given
H A Devp_keymgmt_util_export_to_provider.pod50 evp_keymgmt_util_find_operation_cache() finds
/freebsd/contrib/ncurses/include/
H A Dncurses_cfg.hin42 * definitions that it finds using 'sed'. You need a patch (original date
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
35 possible match but generally finds a match which is long enough.
/freebsd/lib/libpmc/pmu-events/
H A DREADME89 At run time, perf determines the actual CPU it is running on, finds the
/freebsd/sys/dts/arm/
H A Dqcom-ipq4019-ethernet.dtsi182 * If the driver finds an all-zero MAC address

1234