Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Ddh_helper.c72 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key() function
122 EXPORT_SYMBOL_GPL(crypto_dh_decode_key);
Ddh.c87 if (crypto_dh_decode_key(buf, len, &params) < 0) in dh_set_secret()
/Linux-v4.19/include/crypto/
Ddh.h89 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
/Linux-v4.19/Documentation/crypto/
Dapi-kpp.rst38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c496 if (crypto_dh_decode_key(buf, len, &params) < 0) in qat_dh_set_secret()