Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Decdh.h41 struct ecdh { struct
57 unsigned int crypto_ecdh_key_len(const struct ecdh *params); argument
72 int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
86 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
/Linux-v4.19/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-v4.19/crypto/
Decdh.c43 struct ecdh params; in ecdh_set_secret()
145 static struct kpp_alg ecdh = { variable
161 return crypto_register_kpp(&ecdh); in ecdh_init()
166 crypto_unregister_kpp(&ecdh); in ecdh_exit()
Decdh_helper.c31 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len()
38 const struct ecdh *params) in crypto_ecdh_encode_key()
62 struct ecdh *params) in crypto_ecdh_decode_key()
DMakefile148 ecdh_generic-y += ecdh.o
/Linux-v4.19/net/bluetooth/
Decdh_helper.c127 struct ecdh p = {0}; in set_ecdh_privkey()
/Linux-v4.19/drivers/crypto/
Datmel-ecc.c388 struct ecdh params; in atmel_ecdh_set_secret()