Searched refs:sig_type (Results 1 – 3 of 3) 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()
39 const uint8_t sig_type,
32 const uint8_t sig_type, in RSAVerify() argument