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

  /external/chromium_org/crypto/third_party/nss/
chromium-blapi.h 49 extern SHA256Context *SHA256_NewContext(void);
50 extern void SHA256_DestroyContext(SHA256Context *cx, PRBool freeit);
51 extern void SHA256_Begin(SHA256Context *cx);
52 extern void SHA256_Update(SHA256Context *cx, const unsigned char *input,
54 extern void SHA256_End(SHA256Context *cx, unsigned char *digest,
59 extern void SHA256_TraceState(SHA256Context *cx);
60 extern unsigned int SHA256_FlattenSize(SHA256Context *cx);
61 extern SECStatus SHA256_Flatten(SHA256Context *cx,unsigned char *space);
62 extern SHA256Context * SHA256_Resurrect(unsigned char *space, void *arg);
63 extern void SHA256_Clone(SHA256Context *dest, SHA256Context *src)
    [all...]
chromium-blapit.h 86 typedef struct SHA256ContextStr SHA256Context;
sha512.cc 159 SHA256Context *
162 SHA256Context *ctx = PORT_New(SHA256Context);
167 SHA256_DestroyContext(SHA256Context *ctx, PRBool freeit)
175 SHA256_Begin(SHA256Context *ctx)
182 SHA256_Compress(SHA256Context *ctx)
397 SHA256_Update(SHA256Context *ctx, const unsigned char *input,
433 SHA256_End(SHA256Context *ctx, unsigned char *digest,
480 SHA256Context ctx;
498 void SHA256_TraceState(SHA256Context *ctx) {
    [all...]
  /external/chromium_org/crypto/
secure_hash_default.cc 44 SHA256Context ctx_;
hmac_win.cc 33 void Wrapped_SHA256_Update(SHA256Context* ctx, const unsigned char* text,
48 SHA256Context ctx;

Completed in 235 milliseconds