Home
last modified time | relevance | path

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

/linux-6.6.21/security/keys/
Ddh.c130 struct keyctl_dh_params pcopy; in __keyctl_dh_compute() local
144 if (copy_from_user(&pcopy, params, sizeof(pcopy)) != 0) { in __keyctl_dh_compute()
179 dlen = dh_data_from_key(pcopy.prime, &dh_inputs.p); in __keyctl_dh_compute()
186 dlen = dh_data_from_key(pcopy.base, &dh_inputs.g); in __keyctl_dh_compute()
193 dlen = dh_data_from_key(pcopy.private, &dh_inputs.key); in __keyctl_dh_compute()