OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha512_transform
(Results
1 - 3
of
3
) sorted by null
/external/fio/crc/
sha512.c
105
static void
sha512_transform
(uint64_t *state, uint64_t *W, const uint8_t *input)
function
183
sha512_transform
(sctx->state, sctx->W, sctx->buf);
186
sha512_transform
(sctx->state, sctx->W, &data[i]);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sha512module.c
137
sha512_transform
(SHAobject *sha_info)
function
314
sha512_transform
(sha_info);
324
sha512_transform
(sha_info);
345
sha512_transform
(sha_info);
353
/* GJS: note that we add the hi/lo in big-endian.
sha512_transform
will
371
sha512_transform
(sha_info);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sha512module.c
137
sha512_transform
(SHAobject *sha_info)
function
314
sha512_transform
(sha_info);
324
sha512_transform
(sha_info);
345
sha512_transform
(sha_info);
353
/* GJS: note that we add the hi/lo in big-endian.
sha512_transform
will
371
sha512_transform
(sha_info);
Completed in 170 milliseconds