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

  /system/core/include/mincrypt/
sha.h 40 const uint8_t* SHA_final(SHA_CTX* ctx);
  /system/core/libmincrypt/
sha.c 91 SHA_final,
123 const uint8_t* SHA_final(SHA_CTX* ctx) {
153 memcpy(digest, SHA_final(&ctx), SHA_DIGEST_SIZE);
  /system/core/mkbootimg/
mkbootimg.c 245 sha = SHA_final(&ctx);
  /bootable/recovery/
verifier.cpp 224 const uint8_t* sha1 = SHA_final(&sha1_ctx);
  /bootable/recovery/applypatch/
applypatch.c 248 const uint8_t* sha_so_far = SHA_final(&temp_ctx);
290 const uint8_t* sha_final = SHA_final(&sha_ctx); local
292 file->sha1[i] = sha_final[i];
    [all...]
  /bootable/recovery/updater/
blockimg.c 807 digest = SHA_final(&ctx);

Completed in 253 milliseconds