Home
last modified time | relevance | path

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

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