Searched defs:credential (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/shill/vpn/
H A Dvpn_driver.cc72 << "Property cannot be both an array and a credential";
102 bool credential = (properties_[i].flags & Property::kCredential); local
105 CHECK(!credential)
106 << "Property cannot be both an array and a credential";
115 (credential && !save_credentials)) {
120 if (credential) {
/system/tpm/attestation/common/
H A Dcrypto_utility_impl.cc212 const std::string& credential,
222 // Generate an AES key and encrypt the credential.
229 if (!TssCompatibleEncrypt(credential, aes_key, &encrypted_credential)) {
230 LOG(ERROR) << __func__ << ": Failed to encrypt credential.";
211 EncryptIdentityCredential( const std::string& credential, const std::string& ek_public_key_info, const std::string& aik_public_key, EncryptedIdentityCredential* encrypted) argument
H A Dtpm_utility_v1.cc110 std::string* credential) {
111 CHECK(credential);
165 credential->assign(TSSBufferAsString(credential_buffer.value(),
105 ActivateIdentity(const std::string& delegate_blob, const std::string& delegate_secret, const std::string& identity_key_blob, const std::string& asym_ca_contents, const std::string& sym_ca_attestation, std::string* credential) argument
/system/tpm/attestation/server/
H A Dattestation_service.cc579 std::string credential; local
587 &credential)) {
592 set_identity_credential(credential);
675 LOG(INFO) << "Attestation: Certified key credential received and stored.";
/system/tpm/trunks/
H A Dtpm_generated.h1570 BYTE credential[sizeof(_ID_OBJECT)]; member in struct:trunks::TPM2B_ID_OBJECT
4061 const TPM2B_DIGEST& credential,
4073 const TPM2B_DIGEST& credential,
4080 const TPM2B_DIGEST& credential,
H A Dtpm_generated.cc8806 if (arraysize(value.credential) < value.size) {
8810 result = Serialize_BYTE(value.credential[i], buffer);
8833 if (arraysize(value->credential) < value->size) {
8839 &value->credential[i],
8851 CHECK(bytes.size() <= sizeof(tpm2b.credential));
8854 memcpy(tpm2b.credential, bytes.data(), bytes.size());
8861 tpm2b.credential);
12966 const TPM2B_DIGEST& credential,
12995 credential,
13235 const TPM2B_DIGEST& credential,
12963 SerializeCommand_MakeCredential( const TPMI_DH_OBJECT& handle, const std::string& handle_name, const TPM2B_DIGEST& credential, const TPM2B_NAME& object_name, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
13232 MakeCredential( const TPMI_DH_OBJECT& handle, const std::string& handle_name, const TPM2B_DIGEST& credential, const TPM2B_NAME& object_name, AuthorizationDelegate* authorization_delegate, const MakeCredentialResponse& callback) argument
13261 MakeCredentialSync( const TPMI_DH_OBJECT& handle, const std::string& handle_name, const TPM2B_DIGEST& credential, const TPM2B_NAME& object_name, TPM2B_ID_OBJECT* credential_blob, TPM2B_ENCRYPTED_SECRET* secret, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 403 milliseconds