Home
last modified time | relevance | path

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

/linux/crypto/
H A Decdh_helper.c33 int crypto_ecdh_encode_key(char *buf, unsigned int len, in crypto_ecdh_encode_key() function
54 EXPORT_SYMBOL_GPL(crypto_ecdh_encode_key);
/linux/include/crypto/
H A Decdh.h67 int crypto_ecdh_encode_key(char *buf, unsigned int len, const struct ecdh *p);
/linux/net/bluetooth/
H A Decdh_helper.c124 err = crypto_ecdh_encode_key(buf, buf_len, &p); in set_ecdh_privkey()
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c529 crypto_ecdh_encode_key(encoded_key, buf_len, &p); in tpm_buf_append_salt()