ECDH_KPP_SECRET_MIN_SIZE   29 crypto/ecdh_helper.c 	return ECDH_KPP_SECRET_MIN_SIZE + params->key_size;
ECDH_KPP_SECRET_MIN_SIZE   63 crypto/ecdh_helper.c 	if (unlikely(!buf || len < ECDH_KPP_SECRET_MIN_SIZE))