Searched refs:crypto_dh_encode_key (Results 1 – 3 of 3) sorted by relevance
40 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key() function64 EXPORT_SYMBOL_GPL(crypto_dh_encode_key);
66 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params);
206 ret = crypto_dh_encode_key(secret, secretlen, &dh_inputs); in __keyctl_dh_compute()