Searched refs:ecdh (Results 1 – 4 of 4) 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);
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()
43 struct ecdh params; in ecdh_set_secret()147 static struct kpp_alg ecdh = { variable163 return crypto_register_kpp(&ecdh); in ecdh_init()168 crypto_unregister_kpp(&ecdh); in ecdh_exit()
147 ecdh_generic-y += ecdh.o