SHA384Context      85 crypto/third_party/nss/chromium-blapi.h extern SHA384Context *SHA384_NewContext(void);
SHA384Context      86 crypto/third_party/nss/chromium-blapi.h extern void SHA384_DestroyContext(SHA384Context *cx, PRBool freeit);
SHA384Context      87 crypto/third_party/nss/chromium-blapi.h extern void SHA384_Begin(SHA384Context *cx);
SHA384Context      88 crypto/third_party/nss/chromium-blapi.h extern void SHA384_Update(SHA384Context *cx, const unsigned char *input,
SHA384Context      90 crypto/third_party/nss/chromium-blapi.h extern void SHA384_End(SHA384Context *cx, unsigned char *digest,
SHA384Context      95 crypto/third_party/nss/chromium-blapi.h extern void SHA384_TraceState(SHA384Context *cx);
SHA384Context      96 crypto/third_party/nss/chromium-blapi.h extern unsigned int SHA384_FlattenSize(SHA384Context *cx);
SHA384Context      97 crypto/third_party/nss/chromium-blapi.h extern SECStatus SHA384_Flatten(SHA384Context *cx,unsigned char *space);
SHA384Context      98 crypto/third_party/nss/chromium-blapi.h extern SHA384Context * SHA384_Resurrect(unsigned char *space, void *arg);
SHA384Context      99 crypto/third_party/nss/chromium-blapi.h extern void SHA384_Clone(SHA384Context *dest, SHA384Context *src);
SHA384Context      89 crypto/third_party/nss/chromium-blapit.h typedef struct SHA512ContextStr     SHA384Context;
SHA384Context    1207 crypto/third_party/nss/sha512.cc SHA384Context *
SHA384Context    1214 crypto/third_party/nss/sha512.cc SHA384_DestroyContext(SHA384Context *ctx, PRBool freeit)
SHA384Context    1220 crypto/third_party/nss/sha512.cc SHA384_Begin(SHA384Context *ctx)
SHA384Context    1227 crypto/third_party/nss/sha512.cc SHA384_Update(SHA384Context *ctx, const unsigned char *input,
SHA384Context    1234 crypto/third_party/nss/sha512.cc SHA384_End(SHA384Context *ctx, unsigned char *digest,
SHA384Context    1262 crypto/third_party/nss/sha512.cc void SHA384_TraceState(SHA384Context *ctx) { }
SHA384Context    1265 crypto/third_party/nss/sha512.cc SHA384_FlattenSize(SHA384Context *ctx)
SHA384Context    1267 crypto/third_party/nss/sha512.cc     return sizeof(SHA384Context);
SHA384Context    1271 crypto/third_party/nss/sha512.cc SHA384_Flatten(SHA384Context *ctx,unsigned char *space)
SHA384Context    1276 crypto/third_party/nss/sha512.cc SHA384Context *
SHA384Context    1282 crypto/third_party/nss/sha512.cc void SHA384_Clone(SHA384Context *dest, SHA384Context *src)