Searched refs:crypto_dh_key_len (Results 1 – 2 of 2) sorted by relevance
34 unsigned int crypto_dh_key_len(const struct dh *p) in crypto_dh_key_len() function38 EXPORT_SYMBOL_GPL(crypto_dh_key_len);81 if (secret.len != crypto_dh_key_len(params)) in __crypto_dh_decode_key()
485 buf_size = crypto_dh_key_len(¶ms); in dh_safe_prime_set_secret()