Searched refs:crypto_dh_decode_key (Results 1 – 2 of 2) sorted by relevance
68 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key() function118 EXPORT_SYMBOL_GPL(crypto_dh_decode_key);
84 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret()