Searched refs:ecdh (Results 1 – 7 of 7) sorted by relevance
41 struct ecdh { struct57 unsigned int crypto_ecdh_key_len(const struct ecdh *params); argument72 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);
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
43 struct ecdh params; in ecdh_set_secret()145 static struct kpp_alg ecdh = { variable161 return crypto_register_kpp(&ecdh); in ecdh_init()166 crypto_unregister_kpp(&ecdh); in ecdh_exit()
31 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()
148 ecdh_generic-y += ecdh.o
127 struct ecdh p = {0}; in set_ecdh_privkey()
388 struct ecdh params; in atmel_ecdh_set_secret()