Home
last modified time | relevance | path

Searched refs:credential (Results 1 – 18 of 18) sorted by relevance

/system/connectivity/shill/vpn/
Dvpn_driver.cc102 bool credential = (properties_[i].flags & Property::kCredential); in Save() local
105 CHECK(!credential) in Save()
115 (credential && !save_credentials)) { in Save()
120 if (credential) { in Save()
/system/connectivity/shill/shims/protos/
Dcrypto_util.proto31 // This protobuf is for sending credential information from shill to the
32 // credential verification shim. The call will fail if public_key is empty
/system/tpm/attestation/common/
Dtpm_utility.h47 std::string* credential) = 0;
Dcrypto_utility.h78 const std::string& credential,
Ddatabase.proto31 // A credential issued by the attestation server.
67 // The credential of the certified key in X.509 format.
Dtpm_utility_v1.h47 std::string* credential) override;
Dcrypto_utility_impl.h55 const std::string& credential,
Dtpm_utility_v1.cc110 std::string* credential) { in ActivateIdentity() argument
111 CHECK(credential); in ActivateIdentity()
165 credential->assign(TSSBufferAsString(credential_buffer.value(), in ActivateIdentity()
Dcrypto_utility_impl.cc212 const std::string& credential, in EncryptIdentityCredential() argument
229 if (!TssCompatibleEncrypt(credential, aes_key, &encrypted_credential)) { in EncryptIdentityCredential()
Dattestation_ca.proto89 // The credential of the certified key in X.509 format.
/system/tpm/attestation/server/
Dattestation_service.cc579 std::string credential; in FinishEnroll() local
587 &credential)) { in FinishEnroll()
592 set_identity_credential(credential); in FinishEnroll()
/system/tpm/trunks/
Dmock_tpm.h220 const TPM2B_DIGEST& credential,
227 const TPM2B_DIGEST& credential,
Dtpm_generated.h1570 BYTE credential[sizeof(_ID_OBJECT)]; member
4061 const TPM2B_DIGEST& credential,
4073 const TPM2B_DIGEST& credential,
4080 const TPM2B_DIGEST& credential,
Dtpm_generated.cc8806 if (arraysize(value.credential) < value.size) { in Serialize_TPM2B_ID_OBJECT()
8810 result = Serialize_BYTE(value.credential[i], buffer); in Serialize_TPM2B_ID_OBJECT()
8833 if (arraysize(value->credential) < value->size) { in Parse_TPM2B_ID_OBJECT()
8839 &value->credential[i], in Parse_TPM2B_ID_OBJECT()
8851 CHECK(bytes.size() <= sizeof(tpm2b.credential)); in Make_TPM2B_ID_OBJECT()
8854 memcpy(tpm2b.credential, bytes.data(), bytes.size()); in Make_TPM2B_ID_OBJECT()
8861 tpm2b.credential); in StringFrom_TPM2B_ID_OBJECT()
12966 const TPM2B_DIGEST& credential, in SerializeCommand_MakeCredential() argument
12995 credential, in SerializeCommand_MakeCredential()
13235 const TPM2B_DIGEST& credential, in MakeCredential() argument
[all …]
/system/tpm/trunks/generator/
Draw_commands.txt5713 This command enables the association of a credential with an object in a way that ensures that the …
5785 the credential
5932 // credential
5945 // credential data
5959 // Decrypt input credential data via asymmetric decryption. A
6030 TPM2B_ID_OBJECT containing an activation credential.
6033 otherwise, the credential cannot be properly sealed.
6077 containing the credential key
6082 credential
6084 the credential information
[all …]
Draw_commands_fixed.txt5715 This command enables the association of a credential with an object in a way that ensures that the …
5787 the credential
5934 // credential
5947 // credential data
5961 // Decrypt input credential data via asymmetric decryption. A
6032 TPM2B_ID_OBJECT containing an activation credential.
6035 otherwise, the credential cannot be properly sealed.
6079 containing the credential key
6084 credential
6086 the credential information
[all …]
Draw_structures.txt14267 for the credential blob.
15204 An identity object is used to convey credential protection value (CV) to a TPM that can load the ob…
15205 …ated with the object. The CV is encrypted to a storage key on the target TPM, and if the credential
15227 credential protector information returned if name matches the
15250 size of the credential structure
15252 credential[size]{:sizeof(_ID_OBJECT)}
15256 an encrypted credential area
Draw_structures_fixed.txt14279 for the credential blob.
15196 An identity object is used to convey credential protection value (CV) to a TPM that can load the ob…
15197 …ated with the object. The CV is encrypted to a storage key on the target TPM, and if the credential
15216 credential protector information returned if name matches the
15239 size of the credential structure
15241 credential[size]{:sizeof(_ID_OBJECT)}
15245 an encrypted credential area