Searched refs:param (Results 1 – 4 of 4) sorted by relevance
64 struct cryptomgr_param *param = data; in cryptomgr_probe() local69 tmpl = crypto_lookup_template(param->template); in cryptomgr_probe()75 err = tmpl->create(tmpl, param->tb); in cryptomgr_probe()79 inst = tmpl->alloc(param->tb); in cryptomgr_probe()89 complete_all(¶m->larval->completion); in cryptomgr_probe()90 crypto_alg_put(¶m->larval->alg); in cryptomgr_probe()91 kfree(param); in cryptomgr_probe()98 struct cryptomgr_param *param; in cryptomgr_schedule_probe() local107 param = kzalloc(sizeof(*param), GFP_KERNEL); in cryptomgr_schedule_probe()108 if (!param) in cryptomgr_schedule_probe()[all …]
64 struct crypto_authenc_key_param *param; in crypto_authenc_setkey() local71 if (RTA_PAYLOAD(rta) < sizeof(*param)) in crypto_authenc_setkey()74 param = RTA_DATA(rta); in crypto_authenc_setkey()75 enckeylen = be32_to_cpu(param->enckeylen); in crypto_authenc_setkey()
68 struct crypto_authenc_key_param *param; in crypto_authenc_esn_setkey() local75 if (RTA_PAYLOAD(rta) < sizeof(*param)) in crypto_authenc_esn_setkey()78 param = RTA_DATA(rta); in crypto_authenc_esn_setkey()79 enckeylen = be32_to_cpu(param->enckeylen); in crypto_authenc_esn_setkey()
40 static void callback(void *param) in callback() argument42 struct completion *cmp = param; in callback()