Home
last modified time | relevance | path

Searched refs:dh (Results 1 – 3 of 3) sorted by relevance

/crypto/
Ddh.c52 static int dh_set_params(struct dh_ctx *ctx, struct dh *params) in dh_set_params()
78 struct dh params; in dh_set_secret()
210 static struct kpp_alg dh = { variable
227 return crypto_register_kpp(&dh); in dh_init()
232 crypto_unregister_kpp(&dh); in dh_exit()
Ddh_helper.c29 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()
68 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key()
DMakefile32 dh_generic-y := dh.o