Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/port/kw45_k4w1/
Dsss_crypto.h83 } sss_sha256_context_t; typedef
102 sss_sha256_context_t md_ctx;
223 void SSS_sha256_init(sss_sha256_context_t *p_ctx);
224 void SSS_sha256_free(sss_sha256_context_t *p_ctx);
225 void SSS_sha256_clone(sss_sha256_context_t *dst, const sss_sha256_context_t *src);
230 status_t SSS_sha256_finish_ret(sss_sha256_context_t *ctx, unsigned char output[32]);
232 status_t SSS_sha256_update_ret(sss_sha256_context_t *ctx, const unsigned char *input, size_t ilen);
234 status_t SSS_sha256_starts_ret(sss_sha256_context_t *ctx, bool is_sha224);