Searched refs:crypto_dh_key_len (Results 1 – 4 of 4) sorted by relevance
38 unsigned int crypto_dh_key_len(const struct dh *p) in crypto_dh_key_len() function42 EXPORT_SYMBOL_GPL(crypto_dh_key_len);88 if (secret.len != crypto_dh_key_len(params)) in crypto_dh_decode_key()
60 unsigned int crypto_dh_key_len(const struct dh *params);
38 :functions: dh crypto_dh_key_len crypto_dh_encode_key crypto_dh_decode_key
310 secretlen = crypto_dh_key_len(&dh_inputs); in __keyctl_dh_compute()