OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHA384Context
(Results
1 - 6
of
6
) sorted by null
/external/chromium/crypto/third_party/nss/
blapi.h
85
extern
SHA384Context
*SHA384_NewContext(void);
86
extern void SHA384_DestroyContext(
SHA384Context
*cx, PRBool freeit);
87
extern void SHA384_Begin(
SHA384Context
*cx);
88
extern void SHA384_Update(
SHA384Context
*cx, const unsigned char *input,
90
extern void SHA384_End(
SHA384Context
*cx, unsigned char *digest,
95
extern void SHA384_TraceState(
SHA384Context
*cx);
96
extern unsigned int SHA384_FlattenSize(
SHA384Context
*cx);
97
extern SECStatus SHA384_Flatten(
SHA384Context
*cx,unsigned char *space);
98
extern
SHA384Context
* SHA384_Resurrect(unsigned char *space, void *arg);
99
extern void SHA384_Clone(
SHA384Context
*dest, SHA384Context *src)
[
all
...]
blapit.h
88
/*
SHA384Context
is really a SHA512ContextStr. This is not a mistake. */
89
typedef struct SHA512ContextStr
SHA384Context
;
sha512.cc
1207
SHA384Context
*
1214
SHA384_DestroyContext(
SHA384Context
*ctx, PRBool freeit)
1220
SHA384_Begin(
SHA384Context
*ctx)
1227
SHA384_Update(
SHA384Context
*ctx, const unsigned char *input,
1234
SHA384_End(
SHA384Context
*ctx, unsigned char *digest,
[
all
...]
/external/chromium_org/crypto/third_party/nss/
chromium-blapi.h
85
extern
SHA384Context
*SHA384_NewContext(void);
86
extern void SHA384_DestroyContext(
SHA384Context
*cx, PRBool freeit);
87
extern void SHA384_Begin(
SHA384Context
*cx);
88
extern void SHA384_Update(
SHA384Context
*cx, const unsigned char *input,
90
extern void SHA384_End(
SHA384Context
*cx, unsigned char *digest,
95
extern void SHA384_TraceState(
SHA384Context
*cx);
96
extern unsigned int SHA384_FlattenSize(
SHA384Context
*cx);
97
extern SECStatus SHA384_Flatten(
SHA384Context
*cx,unsigned char *space);
98
extern
SHA384Context
* SHA384_Resurrect(unsigned char *space, void *arg);
99
extern void SHA384_Clone(
SHA384Context
*dest, SHA384Context *src)
[
all
...]
chromium-blapit.h
88
/*
SHA384Context
is really a SHA512ContextStr. This is not a mistake. */
89
typedef struct SHA512ContextStr
SHA384Context
;
sha512.cc
1207
SHA384Context
*
1214
SHA384_DestroyContext(
SHA384Context
*ctx, PRBool freeit)
1220
SHA384_Begin(
SHA384Context
*ctx)
1227
SHA384_Update(
SHA384Context
*ctx, const unsigned char *input,
1234
SHA384_End(
SHA384Context
*ctx, unsigned char *digest,
[
all
...]
Completed in 212 milliseconds