Searched refs:ecdh (Results 1 – 7 of 7) sorted by relevance
36 struct ecdh { struct52 unsigned int crypto_ecdh_key_len(const struct ecdh *params); argument67 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);
25 .. kernel-doc:: include/crypto/ecdh.h28 .. kernel-doc:: include/crypto/ecdh.h29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
39 struct ecdh params; in ecdh_set_secret()141 static struct kpp_alg ecdh = { variable157 return crypto_register_kpp(&ecdh); in ecdh_init()162 crypto_unregister_kpp(&ecdh); in ecdh_exit()
27 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()
170 ecdh_generic-y += ecdh.o
127 struct ecdh p = {0}; in set_ecdh_privkey()
94 struct ecdh params; in atmel_ecdh_set_secret()