Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/crypto/
H A Ddh_helper.c94 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key() function
120 EXPORT_SYMBOL_GPL(crypto_dh_decode_key); variable
H A Ddh.c80 if (crypto_dh_decode_key(buf, len, &params) < 0) in dh_set_secret()
/kernel/linux/linux-5.10/include/crypto/
H A Ddh.h73 * crypto_dh_decode_key() - decode a private key
84 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/crypto/
H A Ddh_helper.c68 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key() function
118 EXPORT_SYMBOL_GPL(crypto_dh_decode_key); variable
H A Ddh.c84 if (crypto_dh_decode_key(buf, len, &params) < 0) in dh_set_secret()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c646 if (crypto_dh_decode_key(buf, len, &params) < 0) in hpre_dh_set_secret()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_asym_algs.c451 if (crypto_dh_decode_key(buf, len, &params) < 0) in qat_dh_set_secret()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c454 if (crypto_dh_decode_key(buf, len, &params) < 0) in qat_dh_set_secret()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c722 if (crypto_dh_decode_key(buf, len, &params) < 0) in hpre_dh_set_secret()

Completed in 11 milliseconds