Home
last modified time | relevance | path

Searched refs:authKey (Results 1 – 6 of 6) sorted by relevance

/system/security/identity/
DCredential.cpp148 const AuthKeyData* authKey = in selectAuthKey() local
150 if (authKey == nullptr) { in selectAuthKey()
416 const AuthKeyData* authKey = data->selectAuthKey( in getEntries() local
418 if (authKey == nullptr) { in getEntries()
438 selectedAuthKeySigningKeyBlob_ = authKey->keyBlob; in getEntries()
439 selectedAuthKeyStaticAuthData_ = authKey->staticAuthenticationData; in getEntries()
/system/netd/server/
DXfrmControllerTest.cpp325 std::vector<uint8_t> authKey(KEY_LENGTH, 0); in testIpSecAddSecurityAssociation() local
359 testMarkMask /* mask */, "hmac(sha256)" /* auth algo */, authKey, in testIpSecAddSecurityAssociation()
439 EXPECT_EQ(0, memcmp(reinterpret_cast<void*>(authKey.data()), in testIpSecAddSecurityAssociation()
DXfrmController.h228 const std::vector<uint8_t>& authKey, int32_t authTruncBits,
DNetdNativeService.h186 const std::vector<uint8_t>& authKey, int32_t authTruncBits,
DNetdNativeService.cpp591 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, in ipSecAddSecurityAssociation() argument
599 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
DXfrmController.cpp531 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, in ipSecAddSecurityAssociation() argument
563 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)}; in ipSecAddSecurityAssociation()