Searched refs:SHA1 (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSHA1.h1 //==- SHA1.h - SHA1 implementation for LLVM --*- C++ -*-==//
27 /// A class that wrap the SHA1 algorithm.
28 class SHA1 { class in namespace:llvm
30 SHA1() { init(); } function in class:llvm::SHA1
44 /// Return a reference to the current raw 160-bits SHA1 for the digested data
50 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// since the last call to init(). This is suitable for getting the SHA1 at
56 /// Returns a raw 160-bit SHA1 hash for the given data.
H A Draw_sha1_ostream.h1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
17 #include "llvm/Support/SHA1.h"
24 SHA1 State;
32 /// Return the current SHA1 hash for the content of the stream
/freebsd-12-stable/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_018_pos.ksh74 typeset SUM=$($SHA1 -q $PROG_DIR/ctldir_acl.txt)
75 if [[ $( $GETFACL -q $DIR | $SHA1 -q ) != $SUM ]]; then
/freebsd-12-stable/sys/security/mac_veriexec/
H A Dmac_veriexec_sha1.c48 MAC_VERIEXEC_FPMOD(SHA1, SHA1_RESULTLEN, sizeof(SHA1_CTX), SHA1_Init,
/freebsd-12-stable/crypto/openssl/crypto/sha/
H A Dsha1_one.c15 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp1 //====- SHA1.cpp - Private copy of the SHA1 implementation ---*- C++ -* ======//
17 #include "llvm/Support/SHA1.h"
85 void SHA1::init() {
95 void SHA1::hashBlock() {
194 void SHA1::addUncounted(uint8_t Data) {
208 void SHA1::writebyte(uint8_t Data) {
213 void SHA1::update(ArrayRef<uint8_t> Data) {
241 void SHA1::pad() {
261 StringRef SHA1
[all...]
/freebsd-12-stable/contrib/libxo/
H A DMakefile.am89 -e "s;__SHA1__;$$SHA1;" \
100 && SHA1="`openssl sha1 ${PACKAGE_FILE} | awk '{print $$2}'`" \
/freebsd-12-stable/usr.sbin/fmtree/
H A Dmisc.c73 #ifdef SHA1
H A Dcompare.c52 #ifdef SHA1
265 #ifdef SHA1
282 #endif /* SHA1 */
H A Dcreate.c49 #ifdef SHA1
236 #ifdef SHA1
245 #endif /* SHA1 */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp12 #include "llvm/Support/SHA1.h"
38 SHA1 S;
H A DEnumTables.cpp132 CV_ENUM_CLASS_ENT(FileChecksumKind, SHA1),
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dsha.h44 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
/freebsd-12-stable/sys/crypto/ccp/
H A Dccp.h54 SHA1, enumerator in enum:sha_version
H A Dccp_hardware.c924 uint32_t SHA1[8]; member in struct:SHA_vectors
930 .SHA1 = {
1000 .version = SHA1,
1001 .H_vectors = SHA_H.SHA1,
1002 .H_size = sizeof(SHA_H.SHA1),
1177 case SHA1:
/freebsd-12-stable/lib/libsecureboot/
H A Dlocal.trust.mk12 SHA1 \
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_des3.c347 /* Work out SHA1 hash of first portion */
348 SHA1(out, inl - 16, sha1tmp);
371 SHA1(in, inl, sha1tmp);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h61 SHA1 = 0, // standard 20-byte SHA1 hash member in class:llvm::codeview::GlobalTypeHashAlg
62 SHA1_8 // last 8-bytes of standard SHA1 hash
H A DCodeView.h561 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 }; member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::FileChecksumKind
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl30 # SPARC T4 SHA1 hardware achieves 3.72 cycles per byte, which is 3.1x
235 .word 0x81b02820 ! SHA1
275 .word 0x81b02820 ! SHA1
372 .asciz "SHA1 block transform for SPARCv9, CRYPTOGAMS by <appro\@openssl.org>"
/freebsd-12-stable/usr.bin/xinstall/
H A Dxinstall.c94 SHA1_CTX SHA1; member in union:__anon17354
423 SHA1_Init(&(c->SHA1));
448 SHA1_Update(&(c->SHA1), data, len);
469 return (SHA1_End(&(c->SHA1), buf));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h117 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 }; member in class:llvm::pdb::PDB_Checksum
208 // ff1816ec-aa5e-4d10-87f7-6f4963833460 SHA1 (HashDataSize is 20)
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp116 RETURN_CASE(FileChecksumKind, SHA1, "SHA-1");
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h200 #define SHA1 20 macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp193 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Checksum, SHA1, OS)

Completed in 242 milliseconds

12