Searched refs:public_key_der (Results 1 - 7 of 7) sorted by relevance

/system/tpm/attestation/server/
H A Dkey_store.h60 // |public_key_der| holds the public key in PKCS #1 RSAPublicKey format.
68 const std::string& public_key_der,
H A Dmock_key_store.h49 const std::string& public_key_der,
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.h66 const std::string& public_key_der,
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.h108 std::string* public_key_der);
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 792 milliseconds