OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sha512_ctx
(Results
1 - 3
of
3
) sorted by null
/external/mmc-utils/3rdparty/hmac_sha/
sha2.h
74
}
sha512_ctx
;
typedef in typeref:struct:__anon19879
76
typedef
sha512_ctx
sha384_ctx;
100
void sha512_init(
sha512_ctx
*ctx);
101
void sha512_update(
sha512_ctx
*ctx, const unsigned char *message,
103
void sha512_final(
sha512_ctx
*ctx, unsigned char *digest);
/external/vboot_reference/firmware/lib/cryptolib/include/
sha.h
99
VB_SHA512_CTX*
sha512_ctx
;
member in struct:DigestContext
/external/fio/
verify.c
442
struct fio_sha512_ctx
sha512_ctx
= {
local
448
fio_sha512_init(&
sha512_ctx
);
449
fio_sha512_update(&
sha512_ctx
, p, hdr->len - hdr_size(hdr));
451
if (!memcmp(vh->sha512,
sha512_ctx
.buf, sizeof(sha512)))
456
vc->bad_crc =
sha512_ctx
.buf;
882
struct fio_sha512_ctx
sha512_ctx
= {
local
886
fio_sha512_init(&
sha512_ctx
);
887
fio_sha512_update(&
sha512_ctx
, p, len);
[
all
...]
Completed in 84 milliseconds