Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Ddh_helper.c13 #define DH_KPP_SECRET_MIN_SIZE (sizeof(struct kpp_secret) + 3 * sizeof(int)) macro
36 return DH_KPP_SECRET_MIN_SIZE + dh_data_size(p); in crypto_dh_key_len()
71 if (unlikely(!buf || len < DH_KPP_SECRET_MIN_SIZE)) in __crypto_dh_decode_key()