Home
last modified time | relevance | path

Searched refs:sig_type (Results 1 – 7 of 7) sorted by relevance

/external/vboot_reference/firmware/lib/cryptolib/
Drsa.c133 const uint8_t sig_type, in RSAVerify() argument
148 if (sig_type >= kNumAlgorithms) { in RSAVerify()
153 if (key->len != siglen_map[sig_type] / sizeof(uint32_t)) { in RSAVerify()
166 padding = padding_map[sig_type]; in RSAVerify()
167 padding_len = padding_size_map[sig_type]; in RSAVerify()
/external/u-boot/include/
Dblk.h47 enum sig_type { enum
82 enum sig_type sig_type; /* Partition table signature type */ member
/external/u-boot/disk/
Dpart_dos.c100 if (dev_desc->sig_type == SIG_TYPE_NONE && in part_test_dos()
102 dev_desc->sig_type = SIG_TYPE_MBR; in part_test_dos()
Dpart_efi.c957 if (dev_desc->sig_type == SIG_TYPE_NONE) { in is_gpt_valid()
960 dev_desc->sig_type = SIG_TYPE_GUID; in is_gpt_valid()
964 dev_desc->sig_type = SIG_TYPE_MBR; in is_gpt_valid()
/external/vboot_reference/firmware/lib/cryptolib/include/
Drsa.h39 const uint8_t sig_type,
/external/vboot_reference/tests/
Drsa_utility_tests.c32 const uint8_t sig_type, in RSAVerify() argument
/external/u-boot/lib/efi_loader/
Defi_device_path.c688 switch (desc->sig_type) { in dp_part_node()