HomeSort by relevance Sort by last modified time
    Searched refs:sha512_transform (Results 1 - 4 of 4) 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);
  /external/python/cpython2/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 1533 milliseconds