ecdh               39 crypto/ecdh.c  	struct ecdh params;
ecdh              141 crypto/ecdh.c  static struct kpp_alg ecdh = {
ecdh              157 crypto/ecdh.c  	return crypto_register_kpp(&ecdh);
ecdh              162 crypto/ecdh.c  	crypto_unregister_kpp(&ecdh);
ecdh               27 crypto/ecdh_helper.c unsigned int crypto_ecdh_key_len(const struct ecdh *params)
ecdh               34 crypto/ecdh_helper.c 			   const struct ecdh *params)
ecdh               58 crypto/ecdh_helper.c 			   struct ecdh *params)
ecdh               94 drivers/crypto/atmel-ecc.c 	struct ecdh params;
ecdh               52 include/crypto/ecdh.h unsigned int crypto_ecdh_key_len(const struct ecdh *params);
ecdh               67 include/crypto/ecdh.h int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
ecdh               81 include/crypto/ecdh.h int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
ecdh              127 net/bluetooth/ecdh_helper.c 	struct ecdh p = {0};