Home
last modified time | relevance | path

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

/crypto/
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()