Searched refs:sig_type (Results 1 – 7 of 7) sorted by relevance
133 const uint8_t sig_type, in RSAVerify() argument148 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()
47 enum sig_type { enum82 enum sig_type sig_type; /* Partition table signature type */ member
100 if (dev_desc->sig_type == SIG_TYPE_NONE && in part_test_dos()102 dev_desc->sig_type = SIG_TYPE_MBR; in part_test_dos()
957 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()
39 const uint8_t sig_type,
32 const uint8_t sig_type, in RSAVerify() argument
688 switch (desc->sig_type) { in dp_part_node()