Home
last modified time | relevance | path

Searched defs:SHA256_update (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/firmware/lib/cryptolib/
Dsha256.c245 void SHA256_update(VB_SHA256_CTX* ctx, const uint8_t* data, uint32_t len) { in SHA256_update() function
/external/python/cpython2/Modules/
Dsha256module.c481 SHA256_update(SHAobject *self, PyObject *args) in SHA256_update() function