Home
last modified time | relevance | path

Searched refs:ecdh (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Decdh.h37 struct ecdh { struct
52 unsigned int crypto_ecdh_key_len(const struct ecdh *params); argument
67 int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
81 int crypto_ecdh_decode_key(const char *buf, unsigned int len, struct ecdh *p);
/linux/crypto/
H A Decdh_helper.c27 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len()
34 const struct ecdh *params) in crypto_ecdh_encode_key()
57 struct ecdh *params) in crypto_ecdh_decode_key()
/linux/net/bluetooth/
H A Decdh_helper.c106 struct ecdh p = {0}; in set_ecdh_privkey()
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c498 struct ecdh p = {0}; in tpm_buf_append_salt()