Home
last modified time | relevance | path

Searched refs:crypto_dh_encode_key (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Ddh_helper.c40 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 Ddh.c495 err = crypto_dh_encode_key(buf, buf_size, &params); in dh_safe_prime_set_secret()
/kernel/linux/linux-5.10/include/crypto/
H A Ddh.h58 * 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 Ddh.h54 * 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 Ddh_helper.c40 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 Ddh.c311 ret = crypto_dh_encode_key(secret, secretlen, &dh_inputs); in __keyctl_dh_compute()
/kernel/linux/linux-6.6/security/keys/
H A Ddh.c206 ret = crypto_dh_encode_key(secret, secretlen, &dh_inputs); in __keyctl_dh_compute()

Completed in 4 milliseconds