OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha224_ctx
(Results
1 - 4
of
4
) sorted by null
/external/mmc-utils/3rdparty/hmac_sha/
sha2.h
77
typedef sha256_ctx
sha224_ctx
;
typedef
79
void sha224_init(
sha224_ctx
*ctx);
80
void sha224_update(
sha224_ctx
*ctx, const unsigned char *message,
82
void sha224_final(
sha224_ctx
*ctx, unsigned char *digest);
hmac_sha2.h
48
sha224_ctx
ctx_inside;
49
sha224_ctx
ctx_outside;
52
sha224_ctx
ctx_inside_reinit;
53
sha224_ctx
ctx_outside_reinit;
hmac_sha2.c
86
sizeof(
sha224_ctx
));
88
sizeof(
sha224_ctx
));
94
sizeof(
sha224_ctx
));
96
sizeof(
sha224_ctx
));
sha2.c
732
sha224_ctx
ctx;
739
void sha224_init(
sha224_ctx
*ctx)
757
void sha224_update(
sha224_ctx
*ctx, const unsigned char *message,
791
void sha224_final(
sha224_ctx
*ctx, unsigned char *digest)
[
all
...]
Completed in 510 milliseconds