Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/libhvb/include/
H A Dhvb_crypto.h44 enum hash_alg_type { enum
59 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type);
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c264 static uint32_t hash_alg_get_blklen(enum hash_alg_type alg_type) in hash_alg_get_blklen()
276 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type alg_type) in hash_ctx_init()