Searched defs:public_key_der (Results 1 - 3 of 3) sorted by relevance

/system/tpm/attestation/server/
H A Dpkcs11_key_store_test.cc470 std::string public_key_der = HexDecode(kValidPublicKeyHex); local
476 public_key_der, ""));
484 std::string public_key_der = HexDecode(kValidPublicKeyHex); local
488 public_key_der, certificate_der));
495 public_key_der, certificate_der));
503 std::string public_key_der = HexDecode(kValidPublicKeyHex); local
506 public_key_der, "bad_certificate"));
511 std::string public_key_der = HexDecode(kValidPublicKeyHex); local
514 public_key_der, ""));
521 std::string public_key_der local
[all...]
H A Dpkcs11_key_store.cc243 const std::string& public_key_der,
264 public_key_der.data());
267 public_key_der.size()));
238 Register(const std::string& username, const std::string& label, KeyType key_type, KeyUsage key_usage, const std::string& private_key_blob, const std::string& public_key_der, const std::string& certificate) argument
/system/tpm/attestation/common/
H A Dtpm_utility_v1.cc679 std::string* public_key_der) {
715 public_key_der->resize(der_length);
717 string_as_array(public_key_der));
723 public_key_der->resize(der_length);
678 ConvertPublicKeyToDER(const std::string& public_key, std::string* public_key_der) argument

Completed in 608 milliseconds