Home
last modified time | relevance | path

Searched refs:crypto_ecdh_shared_secret (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Decc.h141 * 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 Decdh.c104 ret = crypto_ecdh_shared_secret(ctx->curve_id, ctx->ndigits, in ecdh_compute_value()
H A Decc.c1595 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 Decc.h101 * 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 Decdh.c87 ret = crypto_ecdh_shared_secret(ctx->curve_id, ctx->ndigits, in ecdh_compute_value()
H A Decc.c1609 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