Home
last modified time | relevance | path

Searched refs:crypto_dh_decode_key (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/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);
H A Ddh.c80 if (crypto_dh_decode_key(buf, len, &params) < 0) in dh_set_secret()
/openbmc/linux/include/crypto/
H A Ddh.h80 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
/openbmc/linux/Documentation/crypto/
H A Dapi-kpp.rst38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
/openbmc/linux/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()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c722 if (crypto_dh_decode_key(buf, len, &params) < 0) in hpre_dh_set_secret()