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

/linux-master/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
/linux-master/crypto/
H A Decdh_helper.c27 unsigned int crypto_ecdh_key_len(const struct ecdh *params) function
31 EXPORT_SYMBOL_GPL(crypto_ecdh_key_len); variable
45 if (len != crypto_ecdh_key_len(params))
73 if (secret.len != crypto_ecdh_key_len(params))
/linux-master/net/bluetooth/
H A Decdh_helper.c117 buf_len = crypto_ecdh_key_len(&p);

Completed in 125 milliseconds