crypto_ecdh_decode_key
if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0 ||
EXPORT_SYMBOL_GPL(crypto_ecdh_decode_key);
if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0) {
if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0) {
rc = crypto_ecdh_decode_key(buf, len, ¶ms);
int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);