Home
last modified time | relevance | path

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

/optee_client-3.20.0/tee-supplicant/src/
A Dsha2.h59 } sha256_ctx; typedef
61 typedef sha256_ctx sha224_ctx;
63 void sha256_init(sha256_ctx * ctx);
64 void sha256_update(sha256_ctx *ctx, const unsigned char *message,
66 void sha256_final(sha256_ctx *ctx, unsigned char *digest);
A Dhmac_sha2.h47 sha256_ctx ctx_inside;
48 sha256_ctx ctx_outside;
51 sha256_ctx ctx_inside_reinit;
52 sha256_ctx ctx_outside_reinit;
A Dhmac_sha2.c84 sizeof(sha256_ctx)); in hmac_sha256_init()
86 sizeof(sha256_ctx)); in hmac_sha256_init()
92 sizeof(sha256_ctx)); in hmac_sha256_reinit()
94 sizeof(sha256_ctx)); in hmac_sha256_reinit()
A Dsha2.c121 static void sha256_transf(sha256_ctx *ctx, const unsigned char *message, in sha256_transf()
170 sha256_ctx ctx; in sha256()
179 void sha256_init(sha256_ctx *ctx) in sha256_init()
191 void sha256_update(sha256_ctx *ctx, const unsigned char *message, in sha256_update()
227 void sha256_final(sha256_ctx *ctx, unsigned char *digest) in sha256_final()

Completed in 4 milliseconds