Searched refs:crypto_ecdh_shared_secret (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ecc.h | 141 * crypto_ecdh_shared_secret() - Compute a shared secret 149 * Note: It is recommended that you hash the result of crypto_ecdh_shared_secret 155 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits,
|
H A D | ecdh.c | 104 ret = crypto_ecdh_shared_secret(ctx->curve_id, ctx->ndigits, in ecdh_compute_value()
|
H A D | ecc.c | 1595 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, in crypto_ecdh_shared_secret() function 1654 EXPORT_SYMBOL(crypto_ecdh_shared_secret); variable
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | ecc.h | 101 * crypto_ecdh_shared_secret() - Compute a shared secret 109 * Note: It is recommended that you hash the result of crypto_ecdh_shared_secret 115 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ecdh.c | 87 ret = crypto_ecdh_shared_secret(ctx->curve_id, ctx->ndigits, in ecdh_compute_value()
|
H A D | ecc.c | 1609 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, in crypto_ecdh_shared_secret() function 1668 EXPORT_SYMBOL(crypto_ecdh_shared_secret); variable
|
Completed in 6 milliseconds