SHA512Context 67 crypto/third_party/nss/chromium-blapi.h extern SHA512Context *SHA512_NewContext(void); SHA512Context 68 crypto/third_party/nss/chromium-blapi.h extern void SHA512_DestroyContext(SHA512Context *cx, PRBool freeit); SHA512Context 69 crypto/third_party/nss/chromium-blapi.h extern void SHA512_Begin(SHA512Context *cx); SHA512Context 70 crypto/third_party/nss/chromium-blapi.h extern void SHA512_Update(SHA512Context *cx, const unsigned char *input, SHA512Context 72 crypto/third_party/nss/chromium-blapi.h extern void SHA512_End(SHA512Context *cx, unsigned char *digest, SHA512Context 77 crypto/third_party/nss/chromium-blapi.h extern void SHA512_TraceState(SHA512Context *cx); SHA512Context 78 crypto/third_party/nss/chromium-blapi.h extern unsigned int SHA512_FlattenSize(SHA512Context *cx); SHA512Context 79 crypto/third_party/nss/chromium-blapi.h extern SECStatus SHA512_Flatten(SHA512Context *cx,unsigned char *space); SHA512Context 80 crypto/third_party/nss/chromium-blapi.h extern SHA512Context * SHA512_Resurrect(unsigned char *space, void *arg); SHA512Context 81 crypto/third_party/nss/chromium-blapi.h extern void SHA512_Clone(SHA512Context *dest, SHA512Context *src); SHA512Context 87 crypto/third_party/nss/chromium-blapit.h typedef struct SHA512ContextStr SHA512Context; SHA512Context 685 crypto/third_party/nss/sha512.cc SHA512Context * SHA512Context 688 crypto/third_party/nss/sha512.cc SHA512Context *ctx = PORT_New(SHA512Context); SHA512Context 693 crypto/third_party/nss/sha512.cc SHA512_DestroyContext(SHA512Context *ctx, PRBool freeit) SHA512Context 701 crypto/third_party/nss/sha512.cc SHA512_Begin(SHA512Context *ctx) SHA512Context 791 crypto/third_party/nss/sha512.cc SHA512_Compress(SHA512Context *ctx) SHA512Context 1044 crypto/third_party/nss/sha512.cc SHA512_Update(SHA512Context *ctx, const unsigned char *input, SHA512Context 1086 crypto/third_party/nss/sha512.cc SHA512_End(SHA512Context *ctx, unsigned char *digest, SHA512Context 1138 crypto/third_party/nss/sha512.cc SHA512Context ctx; SHA512Context 1156 crypto/third_party/nss/sha512.cc void SHA512_TraceState(SHA512Context *ctx) { } SHA512Context 1159 crypto/third_party/nss/sha512.cc SHA512_FlattenSize(SHA512Context *ctx) SHA512Context 1165 crypto/third_party/nss/sha512.cc SHA512_Flatten(SHA512Context *ctx,unsigned char *space) SHA512Context 1171 crypto/third_party/nss/sha512.cc SHA512Context * SHA512Context 1174 crypto/third_party/nss/sha512.cc SHA512Context *ctx = SHA512_NewContext(); SHA512Context 1180 crypto/third_party/nss/sha512.cc void SHA512_Clone(SHA512Context *dest, SHA512Context *src) SHA512Context 1246 crypto/third_party/nss/sha512.cc SHA512Context ctx;