Home
last modified time | relevance | path

Searched refs:used (Results 151 – 175 of 5638) sorted by relevance

12345678910>>...226

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_tar.c35 size_t used; in DEFINE_TEST() local
53 archive_write_open_memory(a, buff, sizeof(buff), &used)); in DEFINE_TEST()
84 assertEqualInt(((2048 - 1)/blocksize+1)*blocksize, used); in DEFINE_TEST()
95 archive_read_open_memory(a, buff, used)); in DEFINE_TEST()
H A Dtest_write_format_mtree_fflags.c55 size_t used; in test_write_format_mtree_sub() local
68 archive_write_open_memory(a, buff, sizeof(buff)-1, &used)); in test_write_format_mtree_sub()
85 buff[used] = '\0'; in test_write_format_mtree_sub()
107 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff, used)); in test_write_format_mtree_sub()
H A Dtest_write_format_ar.c38 size_t used; in DEFINE_TEST() local
45 assertEqualIntA(a, ARCHIVE_OK, archive_write_open_memory(a, buff, sizeof(buff), &used)); in DEFINE_TEST()
102 assertEqualInt(used, archive_filter_bytes(a, 0)); in DEFINE_TEST()
111 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff, used)); in DEFINE_TEST()
146 assertEqualIntA(a, ARCHIVE_OK, archive_write_open_memory(a, buff, sizeof(buff), &used)); in DEFINE_TEST()
173 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_memory(a, buff, used)); in DEFINE_TEST()
H A Dtest_write_format_zip_compression_store.c124 static void verify_uncompressed_contents(const char *buff, size_t used) in verify_uncompressed_contents() argument
147 buffend = buff + used; in verify_uncompressed_contents()
162 assertEqualInt(i4(p + 12) + i4(p + 16), used - 22); in verify_uncompressed_contents()
351 size_t used; in DEFINE_TEST() local
367 assertEqualIntA(a, ARCHIVE_OK, archive_write_open_memory(a, buff, sizeof(buff), &used)); in DEFINE_TEST()
374 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
376 verify_uncompressed_contents(buff, used); in DEFINE_TEST()
389 assertEqualIntA(a, ARCHIVE_OK, archive_write_open_memory(a, buff, sizeof(buff), &used)); in DEFINE_TEST()
396 dumpfile("constructed.zip", buff, used); in DEFINE_TEST()
398 verify_uncompressed_contents(buff, used); in DEFINE_TEST()
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_new.pod68 the default library context and a NULL property query string are used.
71 It is used by X509_STORE_CTX_init() and X509_STORE_CTX_free().
86 which will be untrusted but may be used to build the chain.
107 X509_STORE_CTX_get0_chain() returns the internal pointer used by the
113 used where additional "useful" CRLs are supplied as part of a protocol,
120 to I<param>. After this call B<param> should not be used.
131 that were used in building the chain.
135 X509_STORE_CTX_get0_chain() returns the internal pointer used by the
142 X509_STORE_CTX_set0_verified_chain() sets the validated chain used
207 used.
[all …]
H A DEVP_DigestVerifyInit.pod31 be used is passed to the provider of the signature algorithm in use. How that
36 for the properties to be used during the fetch. Finally, the passed parameters
39 The I<pkey> algorithm is used to fetch a B<EVP_SIGNATURE> method implicitly, to
40 be used for the actual signing. See L<provider(7)/Implicit fetch> for
50 written to B<*pctx>: this can be used to set alternative verification options.
56 EVP_MD_CTX is freed). If the EVP_PKEY_CTX to be used is created by
103 If RSA-PSS is used and restrictions apply then the digest must match.
108 supplied the ENGINE B<e> will be used for the signature verification and digest
136 The B<EVP> interface to digital signatures should almost always be used in
138 transparent to the algorithm used and much more flexible.
[all …]
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod41 SSL_CTX_set_stateless_cookie_generate_cb() sets the callback used by
47 return value can be used to abort the handshake.
49 SSL_CTX_set_stateless_cookie_verify_cb() sets the callback used by
57 SSL_CTX_set_cookie_generate_cb() sets the callback used by L<DTLSv1_listen(3)>
62 cookie cannot be generated, a zero return value can be used to abort the
65 SSL_CTX_set_cookie_verify_cb() sets the callback used by L<DTLSv1_listen(3)> to
H A DEVP_BytesToKey.pod20 The B<salt> parameter is used as a salt in the derivation: it should point to
21 an 8 byte buffer or NULL if no salt is used. B<data> is a buffer containing
22 B<datal> bytes which is used to derive the keying data. B<count> is the
36 B<MD5> is used then the derivation algorithm is compatible with PKCS#5 v1.5
37 otherwise a non standard extension is used to derive the extra data.
53 The initial bytes are used for the key and the subsequent bytes for
H A DDSA_meth_new.pod97 The B<DSA_METHOD> type is a structure used for the provision of custom DSA
98 implementations. It provides a set of functions used by OpenSSL for the
104 the callers responsibility to free the original string. The flags will be used
129 DSA_meth_get_sign() and DSA_meth_set_sign() get and set the function used for
139 DSA_meth_get_verify() and DSA_meth_set_verify() get and set the function used
144 DSA_meth_get_mod_exp() and DSA_meth_set_mod_exp() get and set the function used
154 used for computing the following value:
162 DSA_meth_get_init() and DSA_meth_set_init() get and set the function used
170 DSA_meth_get_finish() and DSA_meth_set_finish() get and set the function used
173 to be destroyed is passed as a parameter. The destroy function should be used
[all …]
H A DEVP_DigestInit.pod136 and should be used instead of the digest-specific functions.
177 is the mechanism that should be used to set and get parameters that are used by
211 that can be used with EVP_MD_get_params().
267 there is one, and if not, the default implementation is used.
382 should not be used after the EVP_MD_CTX is freed.
478 It is used by the MDC2 algorithm.
490 It may be used by external engines or providers.
514 Currently used by SHAKE.
524 can be used the manipulate and test these B<EVP_MD_CTX> flags:
635 transparent to the digest used and much more flexible.
[all …]
H A DSSL_get_current_cipher.pod24 the description of the actually used cipher of a connection established with
29 name of the currently used cipher.
32 macro to obtain the number of secret/algorithm bits used and
47 SSL_get_current_cipher() returns the cipher actually used, or NULL if
50 SSL_get_pending_cipher() returns the cipher to be used at the next change
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Ddra7-atl.txt3 The ATL IP is used to generate clock to be used to synchronize baseband and
9 In order to provide the support for ATL and its output clocks (which can be used
15 Provides ccf level representation of the ATL clocks to be used by drivers.
16 Since the clock instances are part of a single IP this binding is used as a node
28 This binding is used to configure the IP driver which is going to handle the
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq24257.yaml45 GPIO used for connecting the bq2425x device PG (Power Good) pin.
46 This pin is not available on all devices however it should be used if
49 detection is used.
59 of 500,000 is used (=500mA) instead.
65 If not specified a default of 6,5000,000 (=6.5V) is used.
71 If not specified a default of 4,360,000 (=4.36V) is used.
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_012_pos.ksh59 psize=$( $ZPOOL list -H -o used $poolname )
87 FS_SIZE=$( $ZFS get -p -H -o value used $TESTPOOL/$TESTFS )
107 NEW_FS_SIZE=$( $ZFS get -p -H -o value used $TESTPOOL/$TESTFS )
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md77 must be used in the following order:
81 .With(multi_argument_matcher) // Can be used at most once
82 .Times(cardinality) // Can be used at most once
83 .InSequence(sequences...) // Can be used any number of times
84 .After(expectations...) // Can be used any number of times
85 .WillOnce(action) // Can be used any number of times
86 .WillRepeatedly(action) // Can be used at most once
87 .RetiresOnSaturation(); // Can be used at most once
149 The `Times` clause can be used at most once on an expectation.
339 they must be used in the following order:
[all …]
/freebsd/contrib/ee/
H A Dee.i18n.guide11 abbreviation is used because there are 18 characters between the first
16 string used by ee. Some strings contain formatting information for
37 74 string used to display the decimal value of the character
59 92 prompt for name of file to be saved (used when no name was
94 116 - 131 strings used for commands (some also used for initialization)
95 132 - 144 strings used for initialization
115 because the algorithm used for detecting uniqueness of entered commands
121 catalog used when running the software. The standard syntax would be:
132 'C'. There is also an environment variable, named NLSPATH used to
144 program). The colon (:) is used to separate paths, so in the above
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dcdns-usb3.txt14 - interrupts: Interrupts used by cdns3 controller:
15 "host" - interrupt used by XHCI driver.
16 "peripheral" - interrupt used by device driver
17 "otg" - interrupt used by DRD/OTG part of driver
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dnokia-bluetooth.txt9 and a few new packet types used to negotiate uart speed.
16 - reset-gpios: GPIO specifier, used to reset the BT module (active low)
17 - bluetooth-wakeup-gpios: GPIO specifier, used to wakeup the BT module (active high)
18 - host-wakeup-gpios: GPIO specifier, used to wakeup the host processor (active high)
/freebsd/crypto/openssl/crypto/objects/
H A DREADME.md12 (0x2D) or full stop (0x2E) then Long Name is used as basis
13 for the base name in C. Otherwise, the shortName is used.
15 The base name (let's call it 'base') will then be used to
30 This makes sure that the name foo will be used as base name
/freebsd/contrib/libedit/
H A Dkeymacro.c490 ssize_t used; in node_lookup() local
503 used = ct_visual_char(el->el_keymacro.buf + cnt, in node_lookup()
505 if (used == -1) in node_lookup()
510 (size_t)used + cnt)); in node_lookup()
514 size_t px = cnt + (size_t)used; in node_lookup()
542 ssize_t used; in node_enum() local
561 used = ct_visual_char(el->el_keymacro.buf + cnt, KEY_BUFSIZ - cnt, in node_enum()
565 el->el_keymacro.buf[cnt + (size_t)used ] = '"'; in node_enum()
566 el->el_keymacro.buf[cnt + (size_t)used + 1] = '\0'; in node_enum()
569 (void) node_enum(el, ptr->next, cnt + (size_t)used); in node_enum()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c464 ssize_t used; in uudecode_filter_read() local
478 used = 0; in uudecode_filter_read()
483 used = avail_in; in uudecode_filter_read()
500 for (;used < avail_in; d += llen, used += llen) { in uudecode_filter_read()
504 len = get_line(b, avail_in - used, &nl); in uudecode_filter_read()
510 used = avail_in; in uudecode_filter_read()
544 used += len; in uudecode_filter_read()
709 used -= avail_in - ravail; in uudecode_filter_read()
710 __archive_read_filter_consume(self->upstream, used); in uudecode_filter_read()
/freebsd/contrib/sendmail/cf/feature/
H A Dbcc.m419 # If the access map is used, then its lookup algorithm is used.
25 # On a match, the original address will be used as bcc address unless
28 # 3: Default bcc address: if set, this will be always used.
30 # Note: if Bcc address is used then only one copy will be sent!
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drt5659.txt24 0: dmic1 is not used
31 0: dmic2 is not used
38 0: No JD is used
51 If a single interface is used, then 'port' can be used. The usage
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dpartition.yaml12 properties can be used.
16 Everything after 'partition-' will be used as the partition name to compare
19 be used instead of the node name to make the comparison.
20 This is used to assign an OF node to the dynamiccally allocated partition
39 should only be mounted read-only. This is usually used for flash
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-x509.pod.in85 It can be used to print certificate information,
290 as used by OpenSSL before version 1.0.0.
299 as used by OpenSSL before version 1.0.0.
304 Can also be used to restrict which extensions to copy.
365 If used in conjunction with the B<-CA> option
384 Cannot be used together with the B<-days> option.
458 If not specified then SHA1 is used with B<-fingerprint> or
469 Specifies the "CA" certificate to be used for signing.
518 A random number is generated, used for the certificate,
534 Trust settings currently are only used with a root CA.
[all …]

12345678910>>...226