Home
last modified time | relevance | path

Searched refs:SHA512_update (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/firmware/lib/cryptolib/
Dsha_utility.c48 SHA512_update(ctx->sha512_ctx, data, len); in DigestUpdate()
Dsha512.c266 void SHA512_update(VB_SHA512_CTX* ctx, const uint8_t* data, in SHA512_update() function
355 SHA512_update(&ctx, input_ptr, block_size); in internal_SHA512()
/external/vboot_reference/firmware/lib/cryptolib/include/
Dsha.h65 void SHA512_update(VB_SHA512_CTX* ctx, const uint8_t* data, uint32_t len);
/external/python/cpython2/Modules/
Dsha512module.c547 SHA512_update(SHAobject *self, PyObject *args) in SHA512_update() function
564 {"update", (PyCFunction)SHA512_update, METH_VARARGS, SHA512_update__doc__},