Searched refs:crypto_dh_decode_key (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A 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); variable
|
H A D | dh.c | 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | dh.h | 73 * crypto_dh_decode_key() - decode a private key 84 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | dh.h | 69 * crypto_dh_decode_key() - decode a private key 80 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params); 90 * crypto_dh_decode_key(), but without any of those basic parameter
|
/kernel/linux/linux-5.10/crypto/ |
H A D | dh_helper.c | 68 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key() function 118 EXPORT_SYMBOL_GPL(crypto_dh_decode_key); variable
|
H A D | dh.c | 84 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 646 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in hpre_dh_set_secret()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_asym_algs.c | 451 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in qat_dh_set_secret()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_asym_algs.c | 454 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in qat_dh_set_secret()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 722 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in hpre_dh_set_secret()
|
Completed in 11 milliseconds