Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h299 struct nlattr_algo_crypt { struct
402 static int fillNlAttrXfrmAlgoEnc(const XfrmAlgo& in_algo, nlattr_algo_crypt* algo);
DXfrmControllerTest.cpp331 NLA_ALIGN(offsetof(XfrmController::nlattr_algo_crypt, key) + KEY_LENGTH) + in testIpSecAddSecurityAssociation()
394 XfrmController::nlattr_algo_crypt _encryptAlgo{}; in testIpSecAddSecurityAssociation()
399 XfrmController::nlattr_algo_crypt* const encryptAlgo = &_encryptAlgo; in testIpSecAddSecurityAssociation()
DXfrmController.cpp942 nlattr_algo_crypt crypt{}; in updateSecurityAssociation()
1046 int XfrmController::fillNlAttrXfrmAlgoEnc(const XfrmAlgo& inAlgo, nlattr_algo_crypt* algo) { in fillNlAttrXfrmAlgoEnc()