Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 148) sorted by relevance

123456

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c87 unsigned char correct[32]; in crypto_auth_hmacsha512256_verify() local
89 crypto_auth_hmacsha512256(correct, in, inlen, k); in crypto_auth_hmacsha512256_verify()
91 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512256_verify()
92 sodium_memcmp(correct, h, 32); in crypto_auth_hmacsha512256_verify()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c112 unsigned char correct[32]; in crypto_auth_hmacsha256_verify() local
114 crypto_auth_hmacsha256(correct, in, inlen, k); in crypto_auth_hmacsha256_verify()
116 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha256_verify()
117 sodium_memcmp(correct, h, 32); in crypto_auth_hmacsha256_verify()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c112 unsigned char correct[64]; in crypto_auth_hmacsha512_verify() local
114 crypto_auth_hmacsha512(correct, in, inlen, k); in crypto_auth_hmacsha512_verify()
116 return crypto_verify_64(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512_verify()
117 sodium_memcmp(correct, h, 64); in crypto_auth_hmacsha512_verify()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c108 unsigned char correct[16]; in crypto_onetimeauth_poly1305_donna_verify() local
110 crypto_onetimeauth_poly1305_donna(correct, in, inlen, k); in crypto_onetimeauth_poly1305_donna_verify()
112 return crypto_verify_16(h, correct); in crypto_onetimeauth_poly1305_donna_verify()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dsilabs,si570.txt20 The correct frequency for the part used has to be provided in
21 order to generate the correct output frequencies. For more
/f-stack/dpdk/lib/librte_acl/
H A Dmeson.build16 # in latter case, compile c file to static lib, using correct compiler
42 # in latter case, compile c file to static lib, using correct
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dbcm2835.dtsi34 /* enable thermal sensor with the correct compatible property set */
H A Dbcm2836.dtsi88 /* enable thermal sensor with the correct compatible property set */
H A Drk3288-veyron-sdmmc.dtsi35 * (and also to get the voltage rail correct).
H A Dbcm2837.dtsi91 /* enable thermal sensor with the correct compatible property set */
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-angler-rev-101.dts13 /* required for bootloader to select correct board */
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dsoc-ac97link.txt6 - pinctrl-names: Has to contain following states to setup the correct
H A Dti,tas5086.txt27 The correct configuration depends on how the power
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dvt8500-uart.txt15 Aliases may be defined to ensure the correct ordering of the uarts.
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dhix5hd2-ir.txt16 Provide correct clocks instead.
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml46 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
71 return a value 32 beyond the correct value. This also affects writes to
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dsynopsys.txt9 These both ECC controllers correct single bit ECC errors and detect double bit
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dasus,z00t-tm5p5-nt35596.yaml15 actually getting the correct model number,
/f-stack/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst17 use storage metadata tables to forward I/O requests to the correct back end
126 hash functions is searched until the correct hash function that maps the
127 input key to the correct value is found, as shown in :numref:`figure_efd4`.
133 that key with the correct hash function.
142 (millions) of input keys to the correct output value is effectively
148 a hash function that produces the correct outputs for each key in the group.
184 correct output. Because the table size is small and fits in cache (since
193 will be the intended correct target where this flow is supposed to be
256 As previously mentioned, if the key has been inserted, the correct value
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dpalmas.txt30 ti,mux-padX : set the pad register X (1-2) to the correct muxing for the
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-clear-inode.m418 dnl # Therefore, to ensure we have the correct API we only allow the
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dhisi504-nand.txt17 - nand-ecc-strength: Number of bits to correct per ECC step.
H A Dmtk-nand.txt55 - nand-ecc-strength: Number of bits to correct per ECC step.
72 B : number of parity bits needed to correct
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dfsl-imx-dma.txt38 - dma-names: List of string identifiers for the DMA requests. For the correct
/f-stack/freebsd/contrib/device-tree/Bindings/x86/
H A Dce4100.txt54 correct interrupt number, the child node which represents the device has

123456