Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/cryptolib/
Dsha_utility.c44 SHA256_update(ctx->sha256_ctx, data, len); in DigestUpdate()
Dsha256.c245 void SHA256_update(VB_SHA256_CTX* ctx, const uint8_t* data, uint32_t len) { in SHA256_update() function
332 SHA256_update(&ctx, input_ptr, block_size); in internal_SHA256()
/external/vboot_reference/firmware/lib/cryptolib/include/
Dsha.h61 void SHA256_update(VB_SHA256_CTX* ctx, const uint8_t* data, uint32_t len);
/external/python/cpython2/Modules/
Dsha256module.c481 SHA256_update(SHAobject *self, PyObject *args) in SHA256_update() function
498 {"update", (PyCFunction)SHA256_update, METH_VARARGS, SHA256_update__doc__},