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