Home
last modified time | relevance | path

Searched refs:id_type (Results 1 – 2 of 2) sorted by relevance

/scripts/
Dextract-module-sig.pl59 my ($algo, $hash, $id_type, $name_len, $kid_len, $sig_len) = @info;
61 if ($id_type == 0) {
63 } elsif ($id_type == 1) {
65 } elsif ($id_type == 2) {
68 print STDERR "Found unsupported identifier type $id_type\n";
125 if ($id_type == 2);
131 if ($id_type == 2);
Dsign-file.c58 uint8_t id_type; /* Key identifier type [PKEY_ID_PKCS7] */ member
211 struct module_signature sig_info = { .id_type = PKEY_ID_PKCS7 }; in main()