Home
last modified time | relevance | path

Searched full:out5 (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m488 #define out5 %o5
639 sll out5, 29, temp1
642 srl out5, 3, $2
1076 mov local0, out5
1094 rounds_macro(in5, out5, 1, .des_enc.1, in3, in4, retl)
1101 ! implemented with out5 as first parameter to avoid
1107 rounds_macro(out5, in5, -1, .des_dec.1, in4, in3, retl)
1132 ld [in0+4], out5 ! right
1138 ip_macro(in5, out5, in5, out5, in3, 0, 1, 1)
1140 rounds_macro(in5, out5, 1, .des_encrypt1.1, in3, in4) ! in4 not used
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl680 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
803 vxor $out5,$in5,$rndkey0
816 vncipher $out5,$out5,v24
827 vncipher $out5,$out5,v25
839 vncipher $out5,$out5,v24
849 vncipher $out5,$out5,v25
859 vncipher $out5,$out5,v26
872 vncipher $out5,$out5,v27
882 vncipher $out5,$out5,v28
892 vncipher $out5,$out5,v29
[all …]
H A Daes-ia64.S316 { .mmi; ld4 out5=[in0] // s2
354 ld1 out5=[out4],4 };; // s2
364 dep out5=r24,out5,24,8 //;;
370 dep out5=r25,out5,16,8 //;;
376 dep out5=r26,out5,8,8 //;;
693 { .mmi; ld4 out5=[in0] // s2
731 ld1 out5=[out4],4 };; // s2
741 dep out5=r24,out5,24,8 //;;
747 dep out5=r25,out5,16,8 //;;
753 dep out5=r26,out5,8,8 //;;
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,madera.yaml100 PDM speaker data format, must contain 2 cells (OUT5 and
110 PDM mute format, must contain 2 cells (OUT5 and OUT6). See the
H A Dwlf,arizona.yaml94 PDM speaker data format, must contain 2 cells (OUT5 and OUT6). See
103 PDM speaker mute setting, must contain 2 cells (OUT5 and OUT6). See
H A Dak4613.txt17 - asahi-kasei,out5-single-end
/freebsd/contrib/file/src/
H A Dascmagic.c377 goto out5; in encode_utf8()
381 out5: *buf++ = CAST(unsigned char, ((ubuf[i] >> 24) & 0x3f) + 0x80); in encode_utf8()
H A Dreadcdf.c623 goto out5; in file_trycdf()
655 out5: in file_trycdf()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-icev2.dts80 led-out5 {
81 label = "out5";
H A Dam57xx-idk-common.dtsi92 led-out5 {
93 label = "out5";
H A Dam437x-idk-evm.dts153 led-out5 {
154 label = "out5";
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-latch.yaml24 OUT5 ------+-|-|-|-|-|--|-----------|D5 Q5|-----|<
/freebsd/crypto/openssl/test/recipes/
H A D80-test_pkcs12.t82 my $outfile5 = "out5.p12";
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c849 goto out5; in spl_init()
868 out5: in spl_init()
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dulcb.dtsi210 asahi-kasei,out5-single-end;
H A Ddraak.dtsi326 asahi-kasei,out5-single-end;
H A Debisu.dtsi493 asahi-kasei,out5-single-end;
H A Dsalvator-common.dtsi495 asahi-kasei,out5-single-end;
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-venice-gw702x.dtsi356 /* OUT5: vdd_3p3 */
/freebsd/contrib/wpa/src/crypto/
H A Dmilenage.c103 /* OUT5 = E_K(rot(TEMP XOR OP_C, r5) XOR c5) XOR OP_C */ in milenage_f2345()