Home
last modified time | relevance | path

Searched refs:SHA256Context (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/crypto/third_party/nss/
Dchromium-blapi.h49 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);
Dsha512.cc159 SHA256Context *
162 SHA256Context *ctx = PORT_New(SHA256Context); in SHA256_NewContext()
167 SHA256_DestroyContext(SHA256Context *ctx, PRBool freeit) in SHA256_DestroyContext()
175 SHA256_Begin(SHA256Context *ctx) in SHA256_Begin()
182 SHA256_Compress(SHA256Context *ctx) in SHA256_Compress()
397 SHA256_Update(SHA256Context *ctx, const unsigned char *input, in SHA256_Update()
433 SHA256_End(SHA256Context *ctx, unsigned char *digest, in SHA256_End()
474 void SHA256_Clone(SHA256Context* dest, SHA256Context* src) in SHA256_Clone()
485 SHA256Context ctx;
503 void SHA256_TraceState(SHA256Context *ctx) { }
[all …]
Dchromium-blapit.h86 typedef struct SHA256ContextStr SHA256Context; typedef
/external/dhcpcd-6.8.2/crypt/
Dsha256.h36 typedef struct SHA256Context { struct