Home
last modified time | relevance | path

Searched refs:authAlgo (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/
DXfrmControllerTest.cpp394 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()
DXfrmController.h214 int32_t markValue, int32_t markMask, const std::string& authAlgo,
DXfrmController.cpp530 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()
DNetdNativeService.h164 int32_t markValue, int32_t markMask, const std::string& authAlgo,
DNetdNativeService.cpp603 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/
DINetd.aidl23 …rlyingNetId, int spi, int markValue, int markMask, in @utf8InCpp String authAlgo, in byte[] authKe… in ipSecAddSecurityAssociation() argument
/system/netd/server/binder/android/net/
DINetd.aidl297 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in ipSecAddSecurityAssociation() argument
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl40 …rlyingNetId, int spi, int markValue, int markMask, in @utf8InCpp String authAlgo, in byte[] authKe… in ipSecAddSecurityAssociation() argument