Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Decdh_helper.c57 int crypto_ecdh_decode_key(const char *buf, unsigned int len, in crypto_ecdh_decode_key() function
85 EXPORT_SYMBOL_GPL(crypto_ecdh_decode_key);
H A Decdh.c42 if (crypto_ecdh_decode_key(buf, len, &params) < 0 || in ecdh_set_secret()
/OK3568_Linux_fs/kernel/include/crypto/
H A Decdh.h81 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-kpp.rst29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Datmel-ecc.c102 if (crypto_ecdh_decode_key(buf, len, &params) < 0) { in atmel_ecdh_set_secret()