Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h195 struct nlattr_algo_crypt { struct
300 static int fillNlAttrXfrmAlgoEnc(const XfrmAlgo& in_algo, nlattr_algo_crypt* algo);
DXfrmControllerTest.cpp282 NLA_ALIGN(offsetof(XfrmController::nlattr_algo_crypt, key) + KEY_LENGTH) + in testIpSecAddSecurityAssociation()
334 XfrmController::nlattr_algo_crypt encryptAlgo{}; in testIpSecAddSecurityAssociation()
DXfrmController.cpp813 nlattr_algo_crypt crypt{}; in updateSecurityAssociation()
892 int XfrmController::fillNlAttrXfrmAlgoEnc(const XfrmAlgo& inAlgo, nlattr_algo_crypt* algo) { in fillNlAttrXfrmAlgoEnc()