Lines Matching refs:printf

35 		printf("Couldn't recognize mode string: %s\n", argv[1]);  in do_tpm_startup()
105 printf("Couldn't parse byte string %s\n", argv[2]); in do_tpm_nv_write_value()
130 printf("Couldn't parse byte string %s\n", argv[2]); in do_tpm_extend()
270 printf("Couldn't parse byte string %s\n", argv[1]); in do_tpm_raw_transfer()
303 printf("Couldn't parse arguments\n"); in do_tpm_nv_define()
331 printf("Couldn't parse arguments\n"); in do_tpm_nv_read()
338 printf("Couldn't write to variables\n"); in do_tpm_nv_read()
366 printf("Couldn't parse arguments\n"); in do_tpm_nv_write()
370 printf("Couldn't parse arguments\n"); in do_tpm_nv_write()
426 printf("Could not find matching parent key (err = %d)\n", err); in do_tpm_load_key_by_sha1()
430 printf("Found parent key %08x\n", parent_handle); in do_tpm_load_key_by_sha1()
435 printf("Key handle is 0x%x\n", key_handle); in do_tpm_load_key_by_sha1()
469 printf("Key handle is 0x%x\n", key_handle); in do_tpm_load_key2_oiap()
499 printf("dump of received pub key structure:\n"); in do_tpm_get_pub_key_oiap()
546 printf("Resource type %s unknown.\n", argv[1]); in TPM_COMMAND_NO_ARG()
561 printf("tpm_get_capability returned error %d.\n", err); in TPM_COMMAND_NO_ARG()
572 printf("Illegal resource handle %s\n", argv[2]); in TPM_COMMAND_NO_ARG()
623 printf("Resource type %s unknown.\n", argv[1]); in do_tpm_list()
631 printf("tpm_get_capability returned error %d.\n", err); in do_tpm_list()
637 printf("Resources of type %s (%02x):\n", argv[1], type); in do_tpm_list()
642 printf("Index %d: %08x\n", i, get_unaligned_be32(ptr)); in do_tpm_list()