HomeSort by relevance Sort by last modified time
    Searched refs:SHA_update (Results 1 - 5 of 5) sorted by null

  /external/libconstrainedcrypto/include/constrainedcrypto/
sha.h 39 void SHA_update(SHA_CTX* ctx, const void* data, int len);
  /external/libconstrainedcrypto/
sha.c 90 SHA_update,
107 void SHA_update(SHA_CTX* ctx, const void* data, int len) {
128 SHA_update(ctx, (uint8_t*)"\x80", 1);
130 SHA_update(ctx, (uint8_t*)"\0", 1);
134 SHA_update(ctx, &tmp, 1);
152 SHA_update(&ctx, data, len);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
shamodule.c 239 sha_update(SHAobject *sha_info, SHA_BYTE *buffer, unsigned int count) function
429 SHA_update(SHAobject *self, PyObject *args)
446 sha_update(self, buf,
460 {"update", (PyCFunction)SHA_update, METH_VARARGS, SHA_update__doc__},
581 sha_update(new, buf,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
shamodule.c 239 sha_update(SHAobject *sha_info, SHA_BYTE *buffer, unsigned int count) function
429 SHA_update(SHAobject *self, PyObject *args)
436 sha_update(self, (unsigned char*)view.buf,
447 {"update", (PyCFunction)SHA_update, METH_VARARGS, SHA_update__doc__},
558 sha_update(new, (unsigned char*)view.buf,
  /external/python/cpython2/Modules/
shamodule.c 239 sha_update(SHAobject *sha_info, SHA_BYTE *buffer, unsigned int count) function
429 SHA_update(SHAobject *self, PyObject *args)
446 sha_update(self, buf,
460 {"update", (PyCFunction)SHA_update, METH_VARARGS, SHA_update__doc__},
581 sha_update(new, buf,

Completed in 55 milliseconds