Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmControllerTest.cpp400 XfrmController::nlattr_algo_auth* const authAlgo = &_authAlgo; in testIpSecAddSecurityAssociation() local
405 auto attrHandler = [&encryptAlgo, &authAlgo, &mark, &outputmark, &xfrm_if_id, &replay_esn]( in testIpSecAddSecurityAssociation()
414 authAlgo->hdr = attr; in testIpSecAddSecurityAssociation()
415 netdutils::extract(buf, authAlgo->auth); in testIpSecAddSecurityAssociation()
417 netdutils::extract(buf, authAlgo->key); in testIpSecAddSecurityAssociation()
440 reinterpret_cast<void*>(&authAlgo->key), KEY_LENGTH)); in testIpSecAddSecurityAssociation()
DXfrmController.h227 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.h185 int32_t markValue, int32_t markMask, const std::string& authAlgo,
DNetdNativeService.cpp564 int32_t markValue, int32_t markMask, const std::string& authAlgo, in ipSecAddSecurityAssociation() argument
573 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()