Home
last modified time | relevance | path

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

/aosp_15_r20/system/netd/server/
H A DXfrmControllerTest.cpp399 XfrmController::nlattr_algo_crypt* const encryptAlgo = &_encryptAlgo; in testIpSecAddSecurityAssociation() local
405 auto attrHandler = [&encryptAlgo, &authAlgo, &mark, &outputmark, &xfrm_if_id, &replay_esn]( in testIpSecAddSecurityAssociation()
409 encryptAlgo->hdr = attr; in testIpSecAddSecurityAssociation()
410 netdutils::extract(buf, encryptAlgo->crypt); in testIpSecAddSecurityAssociation()
412 netdutils::extract(buf, encryptAlgo->key); in testIpSecAddSecurityAssociation()
438 reinterpret_cast<void*>(&encryptAlgo->key), KEY_LENGTH)); in testIpSecAddSecurityAssociation()