Home
last modified time | relevance | path

Searched refs:hash_ctx_t (Results 1 - 6 of 6) sorted by relevance

/base/startup/hvb/libhvb/include/
H A Dhvb_crypto.h48 struct hash_ctx_t { struct
59 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type);
61 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len);
63 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len);
/base/startup/init/test/mock/hvb/libhvb/crypto/
H A Dhvb_hash_sha256.c21 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type alg_type) in hash_ctx_init()
34 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update()
47 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) in hash_calc_do_final()
/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c282 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type alg_type) in hash_ctx_init()
303 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update()
363 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) in hash_calc_do_final()
/base/startup/hvb/libhvb/src/rvt/
H A Dhvb_rvt.c24 struct hash_ctx_t ctx; in hvb_calculate_certs_digest()
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c82 struct hash_ctx_t ctx = {0}; in FsHvbComputeSha256()
/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c65 struct hash_ctx_t ctx = {0}; in hvb_compare_hash()

Completed in 3 milliseconds