crypto_ecdh_decode_key   42 crypto/ecdh.c  	if (crypto_ecdh_decode_key(buf, len, &params) < 0)
crypto_ecdh_decode_key   82 crypto/ecdh_helper.c EXPORT_SYMBOL_GPL(crypto_ecdh_decode_key);
crypto_ecdh_decode_key  102 drivers/crypto/atmel-ecc.c 	if (crypto_ecdh_decode_key(buf, len, &params) < 0) {
crypto_ecdh_decode_key   81 include/crypto/ecdh.h int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);