Home | History | Annotate | Download | only in libkmod

Lines Matching defs:sig_info

2219 	struct kmod_signature_info sig_info;
2256 if (kmod_module_signature_info(mod->file, &sig_info)) {
2261 sig_info.id_type, strlen(sig_info.id_type));
2267 sig_info.signer, sig_info.signer_len);
2272 if (sig_info.key_id_len) {
2274 key_hex = malloc(sig_info.key_id_len * 3);
2277 for (i = 0; i < (int)sig_info.key_id_len; i++) {
2279 (unsigned char)sig_info.key_id[i]);
2280 if (i < (int)sig_info.key_id_len - 1)
2284 key_hex, sig_info.key_id_len * 3 - 1);
2299 sig_info.hash_algo, strlen(sig_info.hash_algo));
2305 * Omit sig_info.algo for now, as these