Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Ddh_helper.c29 static inline unsigned int dh_data_size(const struct dh *p) in dh_data_size() function
36 return DH_KPP_SECRET_MIN_SIZE + dh_data_size(p); in crypto_dh_key_len()