Searched refs:crypto_dh_decode_key (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/crypto/ |
D | dh_helper.c | 94 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);
|
D | dh.c | 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret()
|
/linux-6.1.9/include/crypto/ |
D | dh.h | 80 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
|
/linux-6.1.9/Documentation/crypto/ |
D | api-kpp.rst | 38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
|
/linux-6.1.9/drivers/crypto/qat/qat_common/ |
D | qat_asym_algs.c | 455 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in qat_dh_set_secret()
|
/linux-6.1.9/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 712 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in hpre_dh_set_secret()
|