Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Ddh_helper.c17 #define DH_KPP_SECRET_MIN_SIZE (sizeof(struct kpp_secret) + 4 * sizeof(int)) macro
40 return DH_KPP_SECRET_MIN_SIZE + dh_data_size(p); in crypto_dh_key_len()
77 if (unlikely(!buf || len < DH_KPP_SECRET_MIN_SIZE)) in crypto_dh_decode_key()