Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha.h37 typedef struct SHA_CTX { struct
48 } SHA_CTX; argument
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);
H A Dsha.c58 static void SHA1_Transform(SHA_CTX *ctx) in SHA1_Transform()
154 void SHA_update(SHA_CTX *ctx, const void *data, int len) in SHA_update()
178 const uint8_t *SHA_final(SHA_CTX *ctx) in SHA_final()
203 static void SHA1_transform(SHA_CTX *ctx) in SHA1_transform()
254 void SHA_update(SHA_CTX *ctx, const void *data, int len) in SHA_update()
269 const uint8_t *SHA_final(SHA_CTX *ctx) in SHA_final()
297 void SHA_init(SHA_CTX *ctx) in SHA_init()
312 SHA_CTX ctx; in SHA()
H A Dloaderimage.c304 SHA_CTX ctx; in main()