Searched defs:hash_ctx (Results 1 - 2 of 2) sorted by relevance
/base/startup/init/test/mock/hvb/libhvb/crypto/ |
H A D | hvb_hash_sha256.c | 21 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type alg_type) in hash_ctx_init() argument 34 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update() argument 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() argument
|
/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_hash_sha256.c | 282 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type alg_type) in hash_ctx_init() argument 303 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update() argument 363 hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) hash_calc_do_final() argument [all...] |
Completed in 2 milliseconds