Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/include/
H 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);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H 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()