Lines Matching refs:pr_dbf_msg

48 #define pr_dbf_msg(fmt, ...) \
168 pr_dbf_msg("VCB Header:");
169 pr_dbf_msg("vcb_input_length: %d", b->vcb_hdr.vcb_input_length);
170 pr_dbf_msg("first_vc_index: %d", b->vcb_hdr.first_vc_index);
171 pr_dbf_msg("last_vc_index: %d", b->vcb_hdr.last_vc_index);
172 pr_dbf_msg("cs_token: %d", b->vcb_hdr.cs_token);
173 pr_dbf_msg("vcb_output_length: %d", b->vcb_hdr.vcb_output_length);
174 pr_dbf_msg("version: %d", b->vcb_hdr.version);
175 pr_dbf_msg("stored_vc_count: %d", b->vcb_hdr.stored_vc_count);
176 pr_dbf_msg("remaining_vc_count: %d", b->vcb_hdr.remaining_vc_count);
184 pr_dbf_msg("VCE Header:");
185 pr_dbf_msg("vce_hdr.vce_length: %d", e->vce_hdr.vce_length);
186 pr_dbf_msg("vce_hdr.flags: %d", e->vce_hdr.flags);
187 pr_dbf_msg("vce_hdr.key_type: %d", e->vce_hdr.key_type);
188 pr_dbf_msg("vce_hdr.vc_index: %d", e->vce_hdr.vc_index);
189 pr_dbf_msg("vce_hdr.vc_format: %d", e->vce_hdr.vc_format);
190 pr_dbf_msg("vce_hdr.key_id_length: %d", e->vce_hdr.key_id_length);
191 pr_dbf_msg("vce_hdr.vc_hash_type: %d", e->vce_hdr.vc_hash_type);
192 pr_dbf_msg("vce_hdr.vc_hash_length: %d", e->vce_hdr.vc_hash_length);
193 pr_dbf_msg("vce_hdr.vc_hash_offset: %d", e->vce_hdr.vc_hash_offset);
194 pr_dbf_msg("vce_hdr.vc_length: %d", e->vce_hdr.vc_length);
195 pr_dbf_msg("vce_hdr.vc_offset: %d", e->vce_hdr.vc_offset);
220 pr_dbf_msg("VCSSB:");
221 pr_dbf_msg("vcssb_length: %u", s->vcssb_length);
222 pr_dbf_msg("version: %u", s->version);
223 pr_dbf_msg("cs_token: %u", s->cs_token);
224 pr_dbf_msg("total_vc_index_count: %u", s->total_vc_index_count);
225 pr_dbf_msg("max_vc_index_count: %u", s->max_vc_index_count);
226 pr_dbf_msg("max_vce_length: %u", s->max_vce_length);
227 pr_dbf_msg("max_vcxe_length: %u", s->max_vce_length);
228 pr_dbf_msg("max_single_vcb_length: %u", s->max_single_vcb_length);
229 pr_dbf_msg("total_vcb_length: %u", s->total_vcb_length);
230 pr_dbf_msg("max_single_vcxb_length: %u", s->max_single_vcxb_length);
231 pr_dbf_msg("total_vcxb_length: %u", s->total_vcxb_length);
272 pr_dbf_msg("SHA256 hash of received certificate does not match");
284 pr_dbf_msg("Certificate entry is invalid");
288 pr_dbf_msg("Certificate format is not supported");
292 pr_dbf_msg("Hash type is not supported");
306 pr_dbf_msg("Couldn't get user session keyring: %ld",
331 pr_dbf_msg("Couldn't read keyring payload");
337 pr_dbf_msg("Invalidating key %08x", current_key->serial);
343 pr_dbf_msg("Couldn't unlink key %08x: %d", current_key->serial, rc);
382 pr_dbf_msg("Found cert_store keyring. Purging...");
408 pr_dbf_msg("Can't allocate cert_store keyring");
412 pr_dbf_msg("Successfully allocated cert_store keyring: %08x", cs_keyring->serial);
474 pr_dbf_msg("Couldn't create a key from Certificate Entry (%d)", rc);
496 pr_dbf_msg("Diag 320 Subcode 1 returned bad RC: %04x", diag320_rc);
500 pr_dbf_msg("No certificates available for current configuration");
540 pr_dbf_msg("Diag 320 Subcode2 RC %2x", diag320_rc);
547 pr_dbf_msg("No certificate entry for index %u", index);
551 pr_dbf_msg("Couldn't get all requested certificates");
556 pr_dbf_msg("Certificate Store token mismatch");
560 pr_dbf_msg("Diag 320 Subcode2 returned bad rc (0x%4x)", diag320_rc);
598 pr_dbf_msg("Successfully created key from Certificate Entry %d", index);
618 pr_dbf_msg("Creating key from VCE %u", index);
626 pr_dbf_msg("Creating key from VCE %u failed (%d)", index, rc);
632 pr_dbf_msg("Processed %d entries. No keys created", count);
644 pr_dbf_msg("Failed to set restriction to cert_store keyring (%d)", rc);
660 pr_dbf_msg("DIAG320 subcode query returned %04x", rc);
668 pr_dbf_msg("Not all required DIAG320 subcodes are installed");
695 pr_dbf_msg("Certificate Store is not supported");
748 pr_dbf_msg("Refresh certificate store information requested");
757 pr_dbf_msg("Failed to refresh certificate store information (%d)", rc);