Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/crypto/
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()
Decdh.c43 struct ecdh params; in ecdh_set_secret()
147 static struct kpp_alg ecdh = { variable
163 return crypto_register_kpp(&ecdh); in ecdh_init()
168 crypto_unregister_kpp(&ecdh); in ecdh_exit()
DMakefile147 ecdh_generic-y += ecdh.o