Home
last modified time | relevance | path

Searched refs:packed_key_sha1_string (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/vboot_reference/futility/
H A Dcmd_show.c60 sp, packed_key_sha1_string(pubkey)); in show_pubkey()
104 packed_key_sha1_string(data_key)); in show_keyblock()
375 packed_key_sha1_string(kernel_subkey)); in show_fw_preamble_buf()
H A Dcmd_vbutil_firmware.c252 packed_key_sha1_string(packed_key)); in do_verify()
285 packed_key_sha1_string(kernel_subkey)); in do_verify()
H A Dcmd_vbutil_key.c123 packed_key_sha1_string(pubkey)); in do_unpack()
H A Dcmd_vbutil_keyblock.c229 packed_key_sha1_string(data_key)); in Unpack()
H A Dupdater.c757 if (strcmp(packed_key_sha1_string(rootkey_rw), in check_compatible_root_key()
762 packed_key_sha1_string(rootkey)); in check_compatible_root_key()
769 rootkey_rw ? packed_key_sha1_string(rootkey_rw) : in check_compatible_root_key()
H A Dupdater_utils.c685 return packed_key_sha1_string(rootkey); in get_firmware_rootkey_hash()
H A Dvb1_helper.c553 packed_key_sha1_string(data_key)); in VerifyKernelBlob()
H A Dupdater_manifest.c729 return packed_key_sha1_string(key); in get_gbb_key_hash()
/aosp_15_r20/external/vboot_reference/host/lib/include/
H A Dutil_misc.h30 const char *packed_key_sha1_string(const struct vb2_packed_key *key);
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dutil_misc.c25 const char *packed_key_sha1_string(const struct vb2_packed_key *key) in packed_key_sha1_string() function