crypto_dh_decode_key   83 crypto/dh.c    	if (crypto_dh_decode_key(buf, len, &params) < 0)
crypto_dh_decode_key  118 crypto/dh_helper.c EXPORT_SYMBOL_GPL(crypto_dh_decode_key);
crypto_dh_decode_key  496 drivers/crypto/qat/qat_common/qat_asym_algs.c 	if (crypto_dh_decode_key(buf, len, &params) < 0)
crypto_dh_decode_key   84 include/crypto/dh.h int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);