Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
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);
Ddh.c492 err = crypto_dh_encode_key(buf, buf_size, &params); in dh_safe_prime_set_secret()
/linux-6.1.9/include/crypto/
Ddh.h66 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params);
/linux-6.1.9/Documentation/crypto/
Dapi-kpp.rst38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
/linux-6.1.9/security/keys/
Ddh.c222 ret = crypto_dh_encode_key(secret, secretlen, &dh_inputs); in __keyctl_dh_compute()