Searched refs:crypto_dh_decode_key (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/crypto/
H A Ddh.h69 * crypto_dh_decode_key() - decode a private key
80 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
90 * crypto_dh_decode_key(), but without any of those basic parameter
/linux-master/crypto/
H A Ddh_helper.c94 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) function
120 EXPORT_SYMBOL_GPL(crypto_dh_decode_key); variable
H A Ddh.c80 if (crypto_dh_decode_key(buf, len, &params) < 0)
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c454 if (crypto_dh_decode_key(buf, len, &params) < 0)
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c725 if (crypto_dh_decode_key(buf, len, &params) < 0)

Completed in 163 milliseconds