Home
last modified time | relevance | path

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

/crypto/
Ddh_helper.c34 unsigned int crypto_dh_key_len(const struct dh *p) in crypto_dh_key_len() function
38 EXPORT_SYMBOL_GPL(crypto_dh_key_len);
84 if (secret.len != crypto_dh_key_len(params)) in crypto_dh_decode_key()