OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:public_key_tpm_format
(Results
1 - 9
of
9
) sorted by null
/system/tpm/attestation/common/
tpm_utility.h
54
// |
public_key_tpm_format
| with the public key of |key_blob| in TPM_PUBKEY
63
std::string*
public_key_tpm_format
,
tpm_utility_v1.h
54
std::string*
public_key_tpm_format
,
tpm_utility_v1.cc
176
std::string*
public_key_tpm_format
,
179
CHECK(key_blob && public_key &&
public_key_tpm_format
&& key_info && proof);
258
public_key_tpm_format
)) {
262
if (!ConvertPublicKeyToDER(*
public_key_tpm_format
, public_key)) {
print_interface_proto.cc
339
output += indent + "
public_key_tpm_format
: ";
342
base::HexEncode(value.
public_key_tpm_format
().data(),
343
value.
public_key_tpm_format
().size()).c_str());
/system/tpm/attestation/server/
attestation_service.cc
630
request_pb.set_certified_public_key(key.
public_key_tpm_format
());
741
std::string
public_key_tpm_format
;
local
752
&
public_key_tpm_format
,
760
key->set_public_key_tpm_format(
public_key_tpm_format
);
dbus_service_test.cc
208
reply.set_public_key_tpm_format("
public_key_tpm_format
");
224
EXPECT_EQ("
public_key_tpm_format
", reply.
public_key_tpm_format
());
attestation_service_test.cc
604
EXPECT_EQ("public_key2", reply.
public_key_tpm_format
());
[
all
...]
/system/tpm/attestation/client/
dbus_proxy_test.cc
190
reply_proto.set_public_key_tpm_format("
public_key_tpm_format
");
206
EXPECT_EQ("
public_key_tpm_format
", reply.
public_key_tpm_format
());
main.cc
377
attestation_key_info.
public_key_tpm_format
(),
Completed in 283 milliseconds