Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Decdh_helper.c31 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len() function
35 EXPORT_SYMBOL_GPL(crypto_ecdh_key_len);
49 if (len != crypto_ecdh_key_len(params)) in crypto_ecdh_encode_key()
76 if (secret.len != crypto_ecdh_key_len(params)) in crypto_ecdh_decode_key()
/Linux-v4.19/include/crypto/
Decdh.h57 unsigned int crypto_ecdh_key_len(const struct ecdh *params);
/Linux-v4.19/Documentation/crypto/
Dapi-kpp.rst29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
/Linux-v4.19/net/bluetooth/
Decdh_helper.c140 buf_len = crypto_ecdh_key_len(&p); in set_ecdh_privkey()