Searched refs:crypto_dh_encode_key (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | dh_helper.c | 40 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key() function 64 EXPORT_SYMBOL_GPL(crypto_dh_encode_key); variable
|
H A D | dh.c | 495 err = crypto_dh_encode_key(buf, buf_size, ¶ms); in dh_safe_prime_set_secret()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | dh.h | 58 * crypto_dh_encode_key() - encode the private key 70 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | dh.h | 54 * crypto_dh_encode_key() - encode the private key 66 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | dh_helper.c | 40 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key() function 66 EXPORT_SYMBOL_GPL(crypto_dh_encode_key); variable
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | dh.c | 311 ret = crypto_dh_encode_key(secret, secretlen, &dh_inputs); in __keyctl_dh_compute()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | dh.c | 206 ret = crypto_dh_encode_key(secret, secretlen, &dh_inputs); in __keyctl_dh_compute()
|
Completed in 4 milliseconds