Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Decdh_helper.c61 int crypto_ecdh_decode_key(const char *buf, unsigned int len, in crypto_ecdh_decode_key() function
86 EXPORT_SYMBOL_GPL(crypto_ecdh_decode_key);
Decdh.c46 if (crypto_ecdh_decode_key(buf, len, &params) < 0) in ecdh_set_secret()
/Linux-v4.19/include/crypto/
Decdh.h86 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
/Linux-v4.19/Documentation/crypto/
Dapi-kpp.rst29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
/Linux-v4.19/drivers/crypto/
Datmel-ecc.c396 if (crypto_ecdh_decode_key(buf, len, &params) < 0) { in atmel_ecdh_set_secret()