Home
last modified time | relevance | path

Searched refs:SHA256_CTX (Results 1 – 4 of 4) sorted by relevance

/system/core/include/mincrypt/
Dsha256.h37 typedef HASH_CTX SHA256_CTX; typedef
39 void SHA256_init(SHA256_CTX* ctx);
40 void SHA256_update(SHA256_CTX* ctx, const void* data, int len);
41 const uint8_t* SHA256_final(SHA256_CTX* ctx);
/system/core/libmincrypt/
Dsha256.c57 static void SHA256_Transform(SHA256_CTX* ctx) { in SHA256_Transform()
122 void SHA256_init(SHA256_CTX* ctx) { in SHA256_init()
136 void SHA256_update(SHA256_CTX* ctx, const void* data, int len) { in SHA256_update()
152 const uint8_t* SHA256_final(SHA256_CTX* ctx) { in SHA256_final()
179 SHA256_CTX ctx; in SHA256_hash()
/system/keymaster/
Docb_utils.cpp80 SHA256_CTX sha256_ctx; in InitializeKeyWrappingContext()
/system/vold/
Dcryptfs.c2823 SHA256_CTX c;