Home
last modified time | relevance | path

Searched refs:crypto_ecdh_key_len (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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); variable
45 if (len != crypto_ecdh_key_len(params)) in crypto_ecdh_encode_key()
75 if (secret.len != crypto_ecdh_key_len(params)) in crypto_ecdh_decode_key()
/kernel/linux/linux-6.6/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); variable
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()
/kernel/linux/linux-5.10/include/crypto/
H A Decdh.h44 * crypto_ecdh_key_len() - Obtain the size of the private ECDH key
53 unsigned int crypto_ecdh_key_len(const struct ecdh *params);
58 * private key. The buffer should be at least crypto_ecdh_key_len
/kernel/linux/linux-6.6/include/crypto/
H A Decdh.h42 * crypto_ecdh_key_len() - Obtain the size of the private ECDH key
51 unsigned int crypto_ecdh_key_len(const struct ecdh *params);
56 * private key. The buffer should be at least crypto_ecdh_key_len
/kernel/linux/linux-6.6/net/bluetooth/
H A Decdh_helper.c117 buf_len = crypto_ecdh_key_len(&p); in set_ecdh_privkey()
/kernel/linux/linux-5.10/net/bluetooth/
H A Decdh_helper.c140 buf_len = crypto_ecdh_key_len(&p); in set_ecdh_privkey()

Completed in 4 milliseconds