Searched refs:crypto_ecdh_decode_key (Results 1 – 5 of 5) sorted by relevance
57 int crypto_ecdh_decode_key(const char *buf, unsigned int len, in crypto_ecdh_decode_key() function82 EXPORT_SYMBOL_GPL(crypto_ecdh_decode_key);
42 if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0) in ecdh_set_secret()
81 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
102 if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0) { in atmel_ecdh_set_secret()