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 | 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 | 185 int32_t markValue, int32_t markMask, const std::string& authAlgo,
|
| D | NetdNativeService.cpp | 564 int32_t markValue, int32_t markMask, const std::string& authAlgo, in ipSecAddSecurityAssociation() argument 573 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
|