Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DXfrmControllerTest.cpp392 XfrmController::nlattr_algo_crypt encryptAlgo{}; in testIpSecAddSecurityAssociation() local
397 auto attrHandler = [&encryptAlgo, &authAlgo, &mark, &outputmark, &xfrm_if_id]( in testIpSecAddSecurityAssociation()
401 encryptAlgo.hdr = attr; in testIpSecAddSecurityAssociation()
402 netdutils::extract(buf, encryptAlgo.crypt); in testIpSecAddSecurityAssociation()
404 netdutils::extract(buf, encryptAlgo.key); in testIpSecAddSecurityAssociation()
427 reinterpret_cast<void*>(&encryptAlgo.key), KEY_LENGTH)); in testIpSecAddSecurityAssociation()