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

  /system/core/include/mincrypt/
sha.h 18 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);
  /bootable/recovery/
verifier.cpp 187 const uint8_t* sha1 = SHA_final(&sha1_ctx);
  /system/core/mkbootimg/
mkbootimg.c 236 sha = SHA_final(&ctx);
  /bootable/recovery/applypatch/
applypatch.c 264 const uint8_t* sha_so_far = SHA_final(&temp_ctx);
306 const uint8_t* sha_final = SHA_final(&sha_ctx); local
308 file->sha1[i] = sha_final[i];
    [all...]

Completed in 415 milliseconds