Searched defs:cryptomgr_param (Results 1 – 1 of 1) sorted by relevance
23 struct cryptomgr_param { struct24 struct rtattr *tb[CRYPTO_MAX_ATTRS + 2];26 struct {29 } type;31 union {59 struct cryptomgr_param *param = data; in cryptomgr_probe() argument