Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h360 static int fillNlAttrXfrmAlgoAuth(const XfrmAlgo& in_algo, nlattr_algo_auth* algo);
DXfrmController.cpp956 len = iov[AUTH].iov_len = fillNlAttrXfrmAlgoAuth(record.auth, &auth); in updateSecurityAssociation()
992 int XfrmController::fillNlAttrXfrmAlgoAuth(const XfrmAlgo& inAlgo, nlattr_algo_auth* algo) { in fillNlAttrXfrmAlgoAuth() function in android::net::XfrmController