Searched refs:SHA_CTX (Results 1 - 3 of 3) sorted by relevance

/system/core/include/mincrypt/
H A Dsha.h37 typedef struct SHA_CTX { struct
48 } SHA_CTX; typedef in typeref:struct:SHA_CTX
50 void SHA_init(SHA_CTX* ctx);
51 void SHA_update(SHA_CTX* ctx, const void* data, int len);
52 const uint8_t* SHA_final(SHA_CTX* ctx);
/system/core/libmincrypt/
H A Dsha.c51 static void SHA1_Transform(SHA_CTX* ctx) {
147 void SHA_update(SHA_CTX* ctx, const void* data, int len) {
171 const uint8_t* SHA_final(SHA_CTX* ctx) {
195 static void SHA1_transform(SHA_CTX *ctx) {
245 void SHA_update(SHA_CTX *ctx, const void *data, int len) {
259 const uint8_t *SHA_final(SHA_CTX *ctx) {
286 void SHA_init(SHA_CTX* ctx) {
299 SHA_CTX ctx;
/system/core/mkbootimg/
H A Dmkbootimg.c110 SHA_CTX ctx;

Completed in 828 milliseconds