Searched refs:credential (Results 1 – 18 of 18) sorted by relevance
/system/connectivity/shill/vpn/ |
D | vpn_driver.cc | 102 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/ |
D | crypto_util.proto | 31 // 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/ |
D | tpm_utility.h | 47 std::string* credential) = 0;
|
D | crypto_utility.h | 78 const std::string& credential,
|
D | database.proto | 31 // A credential issued by the attestation server. 67 // The credential of the certified key in X.509 format.
|
D | tpm_utility_v1.h | 47 std::string* credential) override;
|
D | crypto_utility_impl.h | 55 const std::string& credential,
|
D | tpm_utility_v1.cc | 110 std::string* credential) { in ActivateIdentity() argument 111 CHECK(credential); in ActivateIdentity() 165 credential->assign(TSSBufferAsString(credential_buffer.value(), in ActivateIdentity()
|
D | crypto_utility_impl.cc | 212 const std::string& credential, in EncryptIdentityCredential() argument 229 if (!TssCompatibleEncrypt(credential, aes_key, &encrypted_credential)) { in EncryptIdentityCredential()
|
D | attestation_ca.proto | 89 // The credential of the certified key in X.509 format.
|
/system/tpm/attestation/server/ |
D | attestation_service.cc | 579 std::string credential; in FinishEnroll() local 587 &credential)) { in FinishEnroll() 592 set_identity_credential(credential); in FinishEnroll()
|
/system/tpm/trunks/ |
D | mock_tpm.h | 220 const TPM2B_DIGEST& credential, 227 const TPM2B_DIGEST& credential,
|
D | tpm_generated.h | 1570 BYTE credential[sizeof(_ID_OBJECT)]; member 4061 const TPM2B_DIGEST& credential, 4073 const TPM2B_DIGEST& credential, 4080 const TPM2B_DIGEST& credential,
|
D | tpm_generated.cc | 8806 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/ |
D | raw_commands.txt | 5713 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 …]
|
D | raw_commands_fixed.txt | 5715 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 …]
|
D | raw_structures.txt | 14267 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
|
D | raw_structures_fixed.txt | 14279 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
|