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

/linux-master/include/crypto/
H A Decdh.h69 * crypto_ecdh_decode_key() - decode a private key
80 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
/linux-master/crypto/
H A Decdh_helper.c56 int crypto_ecdh_decode_key(const char *buf, unsigned int len, function
83 EXPORT_SYMBOL_GPL(crypto_ecdh_decode_key); variable
H A Decdh.c32 if (crypto_ecdh_decode_key(buf, len, &params) < 0 ||
/linux-master/drivers/crypto/
H A Datmel-ecc.c91 if (crypto_ecdh_decode_key(buf, len, &params) < 0) {
92 dev_err(&ctx->client->dev, "crypto_ecdh_decode_key failed\n");
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c542 rc = crypto_ecdh_decode_key(buf, len, &params);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1404 if (crypto_ecdh_decode_key(buf, len, &params) < 0) {

Completed in 292 milliseconds