Home
last modified time | relevance | path

Searched refs:dh_data_from_key (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/keys/
H A Ddh.c17 static ssize_t dh_data_from_key(key_serial_t keyid, void **data) in dh_data_from_key() function
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()
/kernel/linux/linux-6.6/security/keys/
H A Ddh.c18 static ssize_t dh_data_from_key(key_serial_t keyid, const void **data) in dh_data_from_key() function
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()

Completed in 2 milliseconds