HomeSort by relevance Sort by last modified time
    Searched full:sha1context (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/crypto/
sha1_i.h 12 struct SHA1Context {
18 void SHA1Init(struct SHA1Context *context);
19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
20 void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
crypto_internal.c 23 struct SHA1Context sha1;
sha1-internal.c 17 typedef struct SHA1Context SHA1_CTX;
  /external/selinux/libselinux/src/
sha1.h 27 // Sha1Context - This must be initialised using Sha1Initialised. Do not modify the contents of this structure directly.
33 } Sha1Context;
54 Sha1Context* Context
66 Sha1Context* Context,
80 Sha1Context* Context,
sha1.c 126 Sha1Context* Context
148 Sha1Context* Context,
191 Sha1Context* Context,
label_support.c 103 Sha1Context context;
  /external/libvncserver/common/
sha1.h 76 typedef struct SHA1Context
89 } SHA1Context;
94 int SHA1Reset( SHA1Context *);
95 int SHA1Input( SHA1Context *,
98 int SHA1Result( SHA1Context *,
sha1.c 69 void SHA1PadMessage(SHA1Context *);
70 void SHA1ProcessMessageBlock(SHA1Context *);
76 * This function will initialize the SHA1Context in preparation
87 int SHA1Reset(SHA1Context *context)
128 int SHA1Result( SHA1Context *context,
185 int SHA1Input( SHA1Context *context,
256 void SHA1ProcessMessageBlock(SHA1Context *context)
366 void SHA1PadMessage(SHA1Context *context)
  /external/ppp/pppd/
chap_ms.c 542 SHA1_CTX sha1Context;
552 SHA1_Init(&sha1Context);
553 SHA1_Update(&sha1Context, PeerChallenge, 16);
554 SHA1_Update(&sha1Context, rchallenge, 16);
555 SHA1_Update(&sha1Context, (unsigned char *)user, strlen(user));
556 SHA1_Final(sha1Hash, &sha1Context);
683 SHA1_CTX sha1Context;
687 SHA1_Init(&sha1Context);
688 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE);
689 SHA1_Update(&sha1Context, NTResponse, 24)
    [all...]
  /external/libvncserver/libvncserver/
rfbcrypto_included.c 42 SHA1Context c;

Completed in 1303 milliseconds