HomeSort by: relevance | last modified time | path
    Searched defs:SHA1 (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/
sha1_one.c 15 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md)
  /src/crypto/external/apache2/openssl/dist/crypto/sha/
sha1_one.c 38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md)
44 return EVP_Q_digest(NULL, "SHA1", NULL, d, n, md, NULL) ? md : NULL;
  /src/crypto/external/bsd/openssl/dist/crypto/sha/
sha1_one.c 38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md)
44 return EVP_Q_digest(NULL, "SHA1", NULL, d, n, md, NULL) ? md : NULL;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SHA1.h 1 //==- SHA1.h - SHA1 implementation for LLVM --*- C++ -*-==//
9 // (http://oauth.googlecode.com/svn/code/c/liboauth/src/sha1.c)
25 /// A class that wrap the SHA1 algorithm.
26 class SHA1 {
28 SHA1() { init(); }
39 /// Return a reference to the current raw 160-bits SHA1 for the digested data
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
46 /// since the last call to init(). This is suitable for getting the SHA1 at
51 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeHashing.h 61 SHA1 = 0, // standard 20-byte SHA1 hash
62 SHA1_8 // last 8-bytes of standard SHA1 hash
CodeView.h 561 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
  /src/usr.sbin/npf/npfctl/
npf_cmd.c 41 #include <sha1.h>
56 SHA1(const unsigned char *d, size_t l, unsigned char *md)
78 SHA1(meta, len, key);
  /src/sbin/restore/
tape.c 72 #include <sha1.h>
110 * 32 for md5; 40 for sha1 and rmd160
191 WRAP(SHA1);
199 { "SHA1",
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 119 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 };
210 // ff1816ec-aa5e-4d10-87f7-6f4963833460 SHA1 (HashDataSize is 20)

Completed in 54 milliseconds