Home
last modified time | relevance | path

Searched refs:crypto_ecdh_encode_key (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/crypto/
Decdh_helper.c37 int crypto_ecdh_encode_key(char *buf, unsigned int len, in crypto_ecdh_encode_key() function
59 EXPORT_SYMBOL_GPL(crypto_ecdh_encode_key);
/Linux-v4.19/include/crypto/
Decdh.h72 int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
/Linux-v4.19/Documentation/crypto/
Dapi-kpp.rst29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
/Linux-v4.19/net/bluetooth/
Decdh_helper.c147 err = crypto_ecdh_encode_key(buf, buf_len, &p); in set_ecdh_privkey()