crypto_ecdh_encode_key   55 crypto/ecdh_helper.c EXPORT_SYMBOL_GPL(crypto_ecdh_encode_key);
crypto_ecdh_encode_key   67 include/crypto/ecdh.h int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
crypto_ecdh_encode_key  147 net/bluetooth/ecdh_helper.c 	err = crypto_ecdh_encode_key(buf, buf_len, &p);