Home
last modified time | relevance | path

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

/linux/lib/crypto/x86/
H A Dpoly1305-x86_64-cryptogams.pl419 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) =
716 vmovd $h2#d,$H4
818 vmovd $h2#d,$H4
848 vmovd 4*4($ctx),$H4
999 vmovdqa $H4,0x40(%r11) #
1004 vmovdqa 0x40(%rsp),$H4 # s2^2
1011 vpmuludq $T4,$H4,$H0 # h4*s2
1012 vpmuludq $T3,$H4,$H4 # h3*s2
1015 vpaddq $H4,$D0,$D0 # d0 += h3*s2
1017 vmovdqa 0x80(%rsp),$H4 # s4^2
[all …]
/linux/lib/crypto/arm/
H A Dpoly1305-armv4.pl494 my ($D0,$D1,$D2,$D3,$D4, $H0,$H1,$H2,$H3,$H4) = map("q$_",(5..14));
617 @ 5*H4 - by 5*5 52-bit addends, or 57 bits. But when hashing the
619 @ 5*H4 by 5*5*3, or 59[!] bits. How is this relevant? vmlal.u32
625 @ one has to watch for H2 (which is narrower than H0) and 5*H4
800 vmov.32 $H4#lo[0],$padbit
810 vsri.u32 $H4#lo,$H3#lo,#8 @ base 2^32 -> base 2^26
815 vadd.i32 $H4#hi,$H4#lo,$D4#lo @ add hash value and move to #hi
844 vmov.i32 $H4,#1<<24 @ padbit, yes, always
859 vsri.u32 $H4,$H3,#8 @ base 2^32 -> base 2^26
915 vadd.i32 $H4#lo,$H4#lo,$D4#lo
[all …]
/linux/lib/crypto/arm64/
H A Dpoly1305-armv8.pl269 my ($H0,$H1,$H2,$H3,$H4) = map("v$_.2s",(24..28));
442 fmov ${H4},x14
472 fmov ${H4},x14
678 add $IN01_4,$IN01_4,$H4
718 xtn $H4,$ACC4
721 bic $H4,#0xfc,lsl#24
739 add $H4,$H4,$T1.2s // h3 -> h4
757 add $IN23_4,$IN01_4,$H4
820 add $IN01_4,$IN01_4,$H4
/linux/Documentation/devicetree/bindings/net/bluetooth/
H A Dnokia,h4p-bluetooth.txt5 vendors and modified device API. Those devices speak a protocol named H4+
6 (also known as h4p) by Nokia, which is similar to the H4 protocol from the
7 Bluetooth standard. In addition to the H4 protocol it specifies two more
/linux/arch/arm/boot/dts/ti/omap/
H A Domap2420-h4.dts10 model = "TI OMAP2420 H4 board";
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-a1-ad402.dts133 /* Bluetooth HCI H4 */
/linux/drivers/iio/pressure/
H A Dbmp280.h391 s16 H4; member
H A Dbmp280-core.c357 enum { H2 = 0, H3 = 2, H4 = 3, H5 = 4, H6 = 6 }; enumerator
389 tmp_1 = get_unaligned_be16(&data->bme280_humid_cal_buf[H4]); in bme280_read_calib()
393 calib->H4 = sign_extend32(h4_upper | h4_lower, 11); in bme280_read_calib()
436 var = (((((s32)adc_humidity << 14) - (calib->H4 << 20) - (calib->H5 * var)) in bme280_compensate_humidity()
/linux/drivers/iio/chemical/
H A Dbme680_core.c56 H4 = 4, enumerator
278 calib->par_h4 = data->bme680_cal_buf_2[H4]; in bme680_read_calib()