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

12

/freebsd-11-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-11-stable/crypto/openssl/crypto/sha/
H A Dsha1_one.c65 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) function
H A Dsha.h124 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
/freebsd-11-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-11-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-11-stable/contrib/libxo/
H A DMakefile.am89 -e "s;__SHA1__;$$SHA1;" \
100 && SHA1="`openssl sha1 ${PACKAGE_FILE} | awk '{print $$2}'`" \
/freebsd-11-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-11-stable/crypto/openssl/util/
H A Dx86asm.sh32 echo SHA1
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_des3.c425 /* Work out SHA1 hash of first portion */
426 SHA1(out, inl - 16, sha1tmp);
449 SHA1(in, inl, sha1tmp);
/freebsd-11-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-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl23 # SPARC T4 SHA1 hardware achieves 3.72 cycles per byte, which is 3.1x
228 .word 0x81b02820 ! SHA1
268 .word 0x81b02820 ! SHA1
365 .asciz "SHA1 block transform for SPARCv9, CRYPTOGAMS by <appro\@openssl.org>"
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A Djpake.c463 SHA1(send->hhk, sizeof(send->hhk), send->hhk);
473 SHA1(hhk, sizeof(hhk), hhk);
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c92 SHA1_CTX SHA1; member in union:__anon1
421 SHA1_Init(&(c->SHA1));
446 SHA1_Update(&(c->SHA1), data, len);
467 return (SHA1_End(&(c->SHA1), buf));
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h200 #define SHA1 20 macro
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp116 RETURN_CASE(FileChecksumKind, SHA1, "SHA-1");
/freebsd-11-stable/contrib/ldns/
H A Ddnssec_sign.c324 sha1_hash = SHA1((unsigned char*)ldns_buffer_begin(to_sign),
479 sha1_hash = SHA1((unsigned char*)ldns_buffer_begin(to_sign),
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Decdhtest.c117 return SHA1(in, inlen, out);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp193 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Checksum, SHA1, OS)
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_secalgo.c59 /** fake SHA1 support for unit tests */
124 (void)SHA1(buf, len, res);
205 (void)SHA1(buf, len, res);
904 #endif /* SHA1 or SHA2 */
1197 #endif /* SHA1 or SHA2 */

Completed in 215 milliseconds

12