Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Decdh_helper.c56 int crypto_ecdh_decode_key(const char *buf, unsigned int len, in crypto_ecdh_decode_key() function
83 EXPORT_SYMBOL_GPL(crypto_ecdh_decode_key);
/openbmc/linux/include/crypto/
H A Decdh.h80 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
/openbmc/linux/Documentation/crypto/
H A Dapi-kpp.rst29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
/openbmc/linux/drivers/crypto/
H A Datmel-ecc.c91 if (crypto_ecdh_decode_key(buf, len, &params) < 0) { in atmel_ecdh_set_secret()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c542 rc = crypto_ecdh_decode_key(buf, len, &params); in kmb_ocs_ecdh_set_secret()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1401 if (crypto_ecdh_decode_key(buf, len, &params) < 0) { in hpre_ecdh_set_secret()