Searched refs:crypto_ecdh_decode_key (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/crypto/ |
D | ecdh_helper.c | 56 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);
|
D | ecdh.c | 32 if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0 || in ecdh_set_secret()
|
/linux-5.19.10/include/crypto/ |
D | ecdh.h | 80 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
|
/linux-5.19.10/Documentation/crypto/ |
D | api-kpp.rst | 29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
|
/linux-5.19.10/drivers/crypto/ |
D | atmel-ecc.c | 91 if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0) { in atmel_ecdh_set_secret()
|
/linux-5.19.10/drivers/crypto/keembay/ |
D | keembay-ocs-ecc.c | 547 rc = crypto_ecdh_decode_key(buf, len, ¶ms); in kmb_ocs_ecdh_set_secret()
|
/linux-5.19.10/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 1380 if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0) { in hpre_ecdh_set_secret()
|