Searched refs:crypto_ecdh_decode_key (Results 1 – 2 of 2) sorted by relevance
56 int crypto_ecdh_decode_key(const char *buf, unsigned int len, in crypto_ecdh_decode_key() function83 EXPORT_SYMBOL_GPL(crypto_ecdh_decode_key);
32 if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0 || in ecdh_set_secret()