Home
last modified time | relevance | path

Searched refs:sha224_ctx (Results 1 – 2 of 2) sorted by relevance

/optee_test-3.20.0/ta/crypt/include/
A Dsha2_impl.h50 struct sha224_ctx { struct
64 void sha224_init(struct sha224_ctx *ctx); argument
65 void sha224_update(struct sha224_ctx *ctx, const unsigned char *message,
67 void sha224_final(struct sha224_ctx *ctx, unsigned char *digest);
/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c427 struct sha224_ctx ctx = { }; in sha224()
434 void sha224_init(struct sha224_ctx *ctx) in sha224_init()
456 void sha224_update(struct sha224_ctx *ctx, const unsigned char *message, in sha224_update()
494 void sha224_final(struct sha224_ctx *ctx, unsigned char *digest) in sha224_final()

Completed in 3 milliseconds