Lines Matching full:dh
13 #include <crypto/dh.h>
59 static void dh_free_data(struct dh *dh) in dh_free_data() argument
61 kfree_sensitive(dh->key); in dh_free_data()
62 kfree_sensitive(dh->p); in dh_free_data()
63 kfree_sensitive(dh->g); in dh_free_data()
138 * from DH and other info is an arbitrary string (see SP800-56A section
236 struct dh dh_inputs; in __keyctl_dh_compute()
315 tfm = crypto_alloc_kpp("dh", 0, 0); in __keyctl_dh_compute()
364 * For DH, generate_public_key and generate_shared_secret are in __keyctl_dh_compute()
377 * Concatenate SP800-56A otherinfo past DH shared secret -- the in __keyctl_dh_compute()
378 * input to the KDF is (DH shared secret || otherinfo) in __keyctl_dh_compute()