Searched refs:authKey (Results 1 – 6 of 6) sorted by relevance
/system/security/identity/ |
D | Credential.cpp | 148 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/ |
D | XfrmControllerTest.cpp | 325 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()
|
D | XfrmController.h | 228 const std::vector<uint8_t>& authKey, int32_t authTruncBits,
|
D | NetdNativeService.h | 186 const std::vector<uint8_t>& authKey, int32_t authTruncBits,
|
D | NetdNativeService.cpp | 591 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()
|
D | XfrmController.cpp | 531 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()
|