Searched refs:dh (Results 1 – 3 of 3) sorted by relevance
29 static inline unsigned int dh_data_size(const struct dh *p) in dh_data_size()34 unsigned int crypto_dh_key_len(const struct dh *p) in crypto_dh_key_len()40 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key()66 int __crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in __crypto_dh_decode_key()94 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key()
55 static int dh_set_params(struct dh_ctx *ctx, struct dh *params) in dh_set_params()75 struct dh params; in dh_set_secret()265 static struct kpp_alg dh = { variable463 struct dh params = {}; in dh_safe_prime_set_secret()902 err = crypto_register_kpp(&dh); in dh_init()909 crypto_unregister_kpp(&dh); in dh_init()920 crypto_unregister_kpp(&dh); in dh_exit()
39 dh_generic-y := dh.o
Completed in 7 milliseconds