Home
last modified time | relevance | path

Searched defs:hash_algo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/hvb/libhvb/include/
H A Dhvb_cert.h112 uint32_t hash_algo; member
/ohos5.0/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c62 struct hvb_buf *salt_buf, uint32_t hash_algo) in hvb_compare_hash()
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c339 static char *FsHvbGetHashAlgStr(unsigned int hash_algo) in FsHvbGetHashAlgStr()
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py53 def __init__(self, sig_algo, hash_algo, bit_length, sig_bytes, hash_bytes, pubkey_bytes): argument