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

  /system/core/include/mincrypt/
sha256.h 18 const uint8_t* SHA256_final(SHA256_CTX* ctx);
  /system/core/libmincrypt/
sha256.c 117 SHA256_final,
152 const uint8_t* SHA256_final(SHA256_CTX* ctx) {
182 memcpy(digest, SHA256_final(&ctx), SHA256_DIGEST_SIZE);
  /bootable/recovery/
verifier.cpp 188 const uint8_t* sha256 = SHA256_final(&sha256_ctx);

Completed in 60 milliseconds