Home
last modified time | relevance | path

Searched refs:LENGTH (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-riscv64-zvbb-zvkg-zvkned.pl70 my ($INPUT, $OUTPUT, $LENGTH, $KEY1, $KEY2, $IV) = ("a0", "a1", "a2", "a3", "a4", "a5");
244 beqz $LENGTH, 1f
431 andi $TAIL_LENGTH, $LENGTH, 15
432 mv $STORE_LEN32, $LENGTH
434 sub $LENGTH, $LENGTH, $TAIL_LENGTH
435 addi $STORE_LEN32, $LENGTH, -16
438 srli $LEN32, $LENGTH, 2
562 andi $TAIL_LENGTH, $LENGTH, 15
564 sub $LENGTH, $LENGTH, $TAIL_LENGTH
565 addi $LENGTH, $LENGTH, -16
[all …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-avx512.pl1356 my $LENGTH = $_[2]; # [in] number of bytes to read
1364 cmp $TMP2,$LENGTH
1365 cmovc $LENGTH,$TMP2
1702 my $LENGTH = $DATA_OFFSET;
1711 mov ($PBLOCK_LEN),$LENGTH
1712 or $LENGTH,$LENGTH
1723 # ;; adjust the shuffle mask pointer to be able to shift right $LENGTH bytes
1724 # ;; (16 - $LENGTH) is the number of bytes in plaintext mod 16)
1726 add $LENGTH,$IA0
1745 add $LENGTH,$IA1
[all …]
/freebsd/lib/libmd/
H A DmdXhl.c27 unsigned char digest[LENGTH]; in MDXEnd()
31 buf = malloc(2*LENGTH + 1); in MDXEnd()
35 for (i = 0; i < LENGTH; i++) { in MDXEnd()
/freebsd/usr.sbin/ppp/
H A Dchap_ms.c191 #define LENGTH 20 macro
196 unsigned char digest[LENGTH]; in SHA1_End()
200 buf = malloc(2*LENGTH + 1); in SHA1_End()
204 for (i = 0; i < LENGTH; i++) { in SHA1_End()
/freebsd/contrib/unbound/contrib/android/
H A Dsetenv_android.sh172 LENGTH=${#ANDROID_TOOLCHAIN}
173 SUBSTR=${PATH:0:$LENGTH}
/freebsd/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh244 LENGTH=${#XCODE_TOOLCHAIN}
245 SUBSTR=${PATH:0:$LENGTH}
/freebsd/sys/contrib/zlib/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
H A Dinflate.c1206 state->mode = LENGTH; in inflate()
1208 case LENGTH: in inflate()
/freebsd/sys/tools/
H A Dacpi_quirks2h.awk67 LENGTH = length();
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DVersionViaGit.cmake46 list(LENGTH VERSION_LIST VERSION_LIST_LENGTH)
/freebsd/contrib/libevent/cmake/
H A DVersionViaGit.cmake46 list(LENGTH VERSION_LIST VERSION_LIST_LENGTH)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td116 // LENGTH is the number of bytes loaded by LOAD.
124 // The other operand is a load of type LOAD, which accesses LENGTH bytes.
134 // LOAD/VT/LENGTH combination.
H A DSystemZOperands.td91 // LENGTH is "LenN" for addresses with an N-bit length field, otherwise it
102 // BITSIZE, DISPSIZE and LENGTH are the parameters to an associated
116 // FORMAT, BITSIZE, DISPSIZE and LENGTH are the parameters to an associated
/freebsd/sys/dev/ppbus/
H A Dppi.c456 #define LENGTH MS_PARAM(0, 1, MS_TYP_INT) in ppiwrite()
475 ppb_MS_init_msq(msq, 2, ADDRESS, buffer, LENGTH, len); in ppiwrite()
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Dcategorization.dat48 |E (aba|a*b)* ababa (0,4)(3,4) # LENGTH=first
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h237 KERNARG_PRELOAD_SPEC(LENGTH, 0, 7),
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt282 list(LENGTH MAN_ALIAS MAN_ALIAS_LEN)
/freebsd/crypto/heimdal/lib/wind/
H A DDerivedNormalizationProps.txt1011 09D7 ; NFC_QC; M # Mc BENGALI AU LENGTH MARK
1013 0B56 ; NFC_QC; M # Mn ORIYA AI LENGTH MARK
1014 0B57 ; NFC_QC; M # Mc ORIYA AU LENGTH MARK
1016 0BD7 ; NFC_QC; M # Mc TAMIL AU LENGTH MARK
1017 0C56 ; NFC_QC; M # Mn TELUGU AI LENGTH MARK
1019 0CD5..0CD6 ; NFC_QC; M # Mc [2] KANNADA LENGTH MARK..KANNADA AI LENGTH MARK
1021 0D57 ; NFC_QC; M # Mc MALAYALAM AU LENGTH MARK
1879 09D7 ; NFKC_QC; M # Mc BENGALI AU LENGTH MARK
1881 0B56 ; NFKC_QC; M # Mn ORIYA AI LENGTH MARK
1882 0B57 ; NFKC_QC; M # Mc ORIYA AU LENGTH MARK
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dfirmware185 #>>1 ubeshort x LENGTH=%#4.4x
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6927 LENGTH, enumerator
6992 Expr *getLength() { return cast_or_null<Expr>(SubExprs[LENGTH]); } in getLength()
6993 const Expr *getLength() const { return cast_or_null<Expr>(SubExprs[LENGTH]); } in getLength()
7045 void setLength(Expr *E) { SubExprs[LENGTH] = E; } in setLength()
/freebsd/contrib/ncurses/include/
H A DCaps.uwin123 # CONTROLLING ENTRY LENGTH
H A DCaps.hpux11123 # CONTROLLING ENTRY LENGTH
H A DCaps123 # CONTROLLING ENTRY LENGTH
H A DCaps.osf1r5123 # CONTROLLING ENTRY LENGTH
H A DCaps.keys125 # CONTROLLING ENTRY LENGTH

12