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

  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 65 void SHA512_update(VB_SHA512_CTX* ctx, const uint8_t* data, uint32_t len);
  /external/vboot_reference/firmware/lib/cryptolib/
sha_utility.c 48 SHA512_update(ctx->sha512_ctx, data, len);
sha512.c 266 void SHA512_update(VB_SHA512_CTX* ctx, const uint8_t* data,
355 SHA512_update(&ctx, input_ptr, block_size);

Completed in 1374 milliseconds