Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
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);
Decdh.c33 if (crypto_ecdh_decode_key(buf, len, &params) < 0 || in ecdh_set_secret()
/linux-6.12.1/include/crypto/
Decdh.h81 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
/linux-6.12.1/Documentation/crypto/
Dapi-kpp.rst29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
/linux-6.12.1/drivers/crypto/
Datmel-ecc.c91 if (crypto_ecdh_decode_key(buf, len, &params) < 0) { in atmel_ecdh_set_secret()
/linux-6.12.1/drivers/crypto/intel/keembay/
Dkeembay-ocs-ecc.c542 rc = crypto_ecdh_decode_key(buf, len, &params); in kmb_ocs_ecdh_set_secret()
/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1406 if (crypto_ecdh_decode_key(buf, len, &params) < 0) { in hpre_ecdh_set_secret()