crypto_dh_encode_key   66 crypto/dh_helper.c EXPORT_SYMBOL_GPL(crypto_dh_encode_key);
crypto_dh_encode_key   70 include/crypto/dh.h int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params);
crypto_dh_encode_key  311 security/keys/dh.c 	ret = crypto_dh_encode_key(secret, secretlen, &dh_inputs);