Searched refs:authAlgo (Results 1 – 5 of 5) sorted by relevance
| /system/netd/server/ |
| D | XfrmControllerTest.cpp | 400 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()
|
| D | XfrmController.h | 227 int32_t markValue, int32_t markMask, const std::string& authAlgo,
|
| D | XfrmController.cpp | 532 int32_t markValue, int32_t markMask, const std::string& authAlgo, in ipSecAddSecurityAssociation() argument 546 ALOGD("authAlgo=%s", authAlgo.c_str()); in ipSecAddSecurityAssociation() 565 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)}; in ipSecAddSecurityAssociation()
|
| D | NetdNativeService.h | 184 int32_t markValue, int32_t markMask, const std::string& authAlgo,
|
| D | NetdNativeService.cpp | 590 int32_t markValue, int32_t markMask, const std::string& authAlgo, in ipSecAddSecurityAssociation() argument 599 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
|