Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds