Home
last modified time | relevance | path

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

/linux/crypto/
H A Decdh_helper.c27 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len() function
31 EXPORT_SYMBOL_GPL(crypto_ecdh_key_len);
45 if (len != crypto_ecdh_key_len(params)) in crypto_ecdh_encode_key()
73 if (secret.len != crypto_ecdh_key_len(params)) in crypto_ecdh_decode_key()
/linux/include/crypto/
H A Decdh.h52 unsigned int crypto_ecdh_key_len(const struct ecdh *params);
/linux/Documentation/crypto/
H A Dapi-kpp.rst32 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
/linux/net/bluetooth/
H A Decdh_helper.c117 buf_len = crypto_ecdh_key_len(&p); in set_ecdh_privkey()
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c523 buf_len = crypto_ecdh_key_len(&p); in tpm_buf_append_salt()