Home
last modified time | relevance | path

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

/linux-4.1.27/net/xfrm/
Dxfrm_user.c266 static int attach_one_algo(struct xfrm_algo **algpp, u8 *props, in attach_one_algo() argument
288 *algpp = p; in attach_one_algo()
292 static int attach_auth(struct xfrm_algo_auth **algpp, u8 *props, in attach_auth() argument
318 *algpp = p; in attach_auth()
322 static int attach_auth_trunc(struct xfrm_algo_auth **algpp, u8 *props, in attach_auth_trunc() argument
348 *algpp = p; in attach_auth_trunc()
352 static int attach_aead(struct xfrm_algo_aead **algpp, u8 *props, in attach_aead() argument
373 *algpp = p; in attach_aead()