Searched refs:authAlgo (Results 1 – 8 of 8) sorted by relevance
/system/netd/server/ |
D | XfrmControllerTest.cpp | 394 XfrmController::nlattr_algo_auth authAlgo{}; in testIpSecAddSecurityAssociation() local 398 auto attrHandler = [&encryptAlgo, &authAlgo, &mark, &outputmark, &xfrm_if_id]( in testIpSecAddSecurityAssociation() 407 authAlgo.hdr = attr; in testIpSecAddSecurityAssociation() 408 netdutils::extract(buf, authAlgo.auth); in testIpSecAddSecurityAssociation() 410 netdutils::extract(buf, authAlgo.key); in testIpSecAddSecurityAssociation() 430 reinterpret_cast<void*>(&authAlgo.key), KEY_LENGTH)); in testIpSecAddSecurityAssociation()
|
D | XfrmController.h | 214 int32_t markValue, int32_t markMask, const std::string& authAlgo,
|
D | XfrmController.cpp | 530 int32_t markValue, int32_t markMask, const std::string& authAlgo, in ipSecAddSecurityAssociation() argument 544 ALOGD("authAlgo=%s", authAlgo.c_str()); in ipSecAddSecurityAssociation() 563 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)}; in ipSecAddSecurityAssociation()
|
D | NetdNativeService.h | 164 int32_t markValue, int32_t markMask, const std::string& authAlgo,
|
D | NetdNativeService.cpp | 603 int32_t markValue, int32_t markMask, const std::string& authAlgo, in ipSecAddSecurityAssociation() argument 613 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
|
/system/netd/server/aidl/netd/1/android/net/ |
D | INetd.aidl | 23 …rlyingNetId, int spi, int markValue, int markMask, in @utf8InCpp String authAlgo, in byte[] authKe… in ipSecAddSecurityAssociation() argument
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 297 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in ipSecAddSecurityAssociation() argument
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetd.aidl | 40 …rlyingNetId, int spi, int markValue, int markMask, in @utf8InCpp String authAlgo, in byte[] authKe… in ipSecAddSecurityAssociation() argument
|