Searched refs:root_hash (Results 1 – 1 of 1) sorted by relevance
115 int verity_verify_root_hash(const void *root_hash, size_t root_hash_len, in verity_verify_root_hash() argument120 if (!root_hash || root_hash_len == 0) in verity_verify_root_hash()130 ret = verify_pkcs7_signature(root_hash, root_hash_len, sig_data, in verity_verify_root_hash()140 ret = verify_pkcs7_signature(root_hash, root_hash_len, sig_data, in verity_verify_root_hash()
Completed in 6 milliseconds