Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/
H A Ddh.c235 struct keyctl_dh_params pcopy; in __keyctl_dh_compute() local
249 if (copy_from_user(&pcopy, params, sizeof(pcopy)) != 0) { in __keyctl_dh_compute()
284 dlen = dh_data_from_key(pcopy.prime, &dh_inputs.p); in __keyctl_dh_compute()
291 dlen = dh_data_from_key(pcopy.base, &dh_inputs.g); in __keyctl_dh_compute()
298 dlen = dh_data_from_key(pcopy.private, &dh_inputs.key); in __keyctl_dh_compute()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Devp.h1370 int (**pcopy) (EVP_PKEY_CTX *dst,