Searched refs:crypto_ecdh_encode_key (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/crypto/
H A Decdh.h54 * crypto_ecdh_encode_key() - encode the private key
66 int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
/linux-master/crypto/
H A Decdh_helper.c33 int crypto_ecdh_encode_key(char *buf, unsigned int len, function
54 EXPORT_SYMBOL_GPL(crypto_ecdh_encode_key); variable
/linux-master/net/bluetooth/
H A Decdh_helper.c124 err = crypto_ecdh_encode_key(buf, buf_len, &p);

Completed in 213 milliseconds