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

  /frameworks/compile/libbcc/lib/Support/
Sha1Util.cpp 38 SHA1_CTX sha1_context; local
39 SHA1Init(&sha1_context);
50 SHA1Update(&sha1_context,
59 SHA1Final(pResult, &sha1_context);
66 SHA1_CTX sha1_context; local
68 SHA1Init(&sha1_context);
70 SHA1Update(&sha1_context,
74 SHA1Final(pResult, &sha1_context);
  /external/chromium_org/third_party/usrsctp/
localchanges.patch 91 + SCTP_NSS_SHA1_Init(struct sha1_context *ctx)
98 + SCTP_NSS_SHA1_Update(struct sha1_context *ctx, const unsigned char *ptr, int siz)
104 + SCTP_NSS_SHA1_Final(unsigned char *digest, struct sha1_context *ctx)
168 + struct sha1_context {
172 + typedef struct sha1_context SHA1_CTX;
308 struct sha1_context {
343 struct sha1_context {
348 void SHA1_Final(unsigned char *, struct sha1_context *);
353 void SHA1_Final(unsigned char *, struct sha1_context *);

Completed in 126 milliseconds