HomeSort by relevance Sort by last modified time
    Searched defs:Digest (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
Digest.java 4 * interface that a message digest conforms to.
6 public interface Digest
16 * return the size, in bytes, of the digest produced by this message digest.
18 * @return the size, in bytes, of the digest produced by this message digest.
23 * update the message digest with a single byte.
30 * update the message digest with a block of bytes.
39 * close the digest, producing the final digest value. The doFina
    [all...]
  /external/chromium/base/
sha1.cc 26 // memcpy(somewhere, sha.Digest(), 20);
43 // 20 bytes of message digest.
44 const unsigned char* Digest() const {
197 std::string out(reinterpret_cast<const char*>(sha.Digest()),
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 130 string MD5::Digest() { return ""; } // every matches! ?OP?
  /external/ppp/pppd/
chap_ms.c 619 u_char Digest[SHA1_SIGNATURE_SIZE];
626 SHA1_Final(Digest, &sha1Context);
631 SHA1_Update(&sha1Context, Digest, sizeof(Digest));
634 SHA1_Final(Digest, &sha1Context);
637 for (i = 0; i < MAX((MS_AUTH_RESPONSE_LENGTH / 2), sizeof(Digest)); i++)
638 sprintf((char *)&authResponse[i * 2], "%02X", Digest[i]);
673 u_char Digest[SHA1_SIGNATURE_SIZE]; /* >= MPPE_MAX_KEY_LEN */
679 SHA1_Final(Digest, &sha1Context);
682 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key))
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 155 milliseconds