Home
last modified time | relevance | path

Searched refs:ecdh (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/crypto/
Decdh.h36 struct ecdh { struct
52 unsigned int crypto_ecdh_key_len(const struct ecdh *params); argument
67 int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
81 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
/Linux-v5.4/Documentation/crypto/
Dapi-kpp.rst25 .. kernel-doc:: include/crypto/ecdh.h
28 .. kernel-doc:: include/crypto/ecdh.h
29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
/Linux-v5.4/crypto/
Decdh.c39 struct ecdh params; in ecdh_set_secret()
141 static struct kpp_alg ecdh = { variable
157 return crypto_register_kpp(&ecdh); in ecdh_init()
162 crypto_unregister_kpp(&ecdh); in ecdh_exit()
Decdh_helper.c27 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len()
34 const struct ecdh *params) in crypto_ecdh_encode_key()
58 struct ecdh *params) in crypto_ecdh_decode_key()
DMakefile170 ecdh_generic-y += ecdh.o
/Linux-v5.4/net/bluetooth/
Decdh_helper.c127 struct ecdh p = {0}; in set_ecdh_privkey()
/Linux-v5.4/drivers/crypto/
Datmel-ecc.c94 struct ecdh params; in atmel_ecdh_set_secret()